Skip to content

TendTo/dlinear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d4b26fd · Nov 4, 2024
Oct 7, 2024
Oct 15, 2024
Oct 14, 2024
Nov 4, 2024
Oct 15, 2024
Oct 15, 2024
Oct 16, 2024
Oct 14, 2024
Oct 16, 2024
Oct 6, 2024
Oct 14, 2024
Oct 6, 2024
Oct 7, 2024
Oct 5, 2024
Nov 23, 2023
Feb 12, 2024
Feb 13, 2024
Oct 8, 2024
Oct 7, 2024
Apr 22, 2024
Oct 15, 2024
Oct 7, 2024
Oct 15, 2024
Oct 14, 2024
Oct 21, 2024
Oct 7, 2024

Repository files navigation

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