dlinear  0.0.1
Delta-complete SMT solver for linear programming
Loading...
Searching...
No Matches
Icon Dlinear

dlinear CI Docker CI Docs CI pydlinear CI

Delta-complete SMT solver for linear theories over the reals. Fork of dlinear4 and dReal4.

Installation

There are multiple ways of installing dlinear. The recommanded approach is to use the official Docker image, the ppa repository or the python wrapper pydlinear.

Note
Only Linux is supported, but using the Docker image circumvents this limitation.
# Docker
docker pull ghcr.io/tendto/dlinear:main
# Run dlinear
docker run -it --rm ghcr.io/tendto/dlinear:main --help
# ppa repository
sudo add-apt-repository ppa:tendto/dlinear
sudo apt update
# Run dlinear
dlinear --help
# pydlinear
pip3 install pydlinear
# Run dlinear
pydlinear --help

For more information about the setup, including installation from sources, refer to the installation guide and usage guide