Delta-complete SMT solver for linear theories over the reals. Fork of dlinear4 and dReal4.
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