Exact LP solver with support for delta relaxation.
There are multiple ways of installing delpi.
The recommended approach is to use the official Docker image or the python wrapper, pydelpi.
Note
Only Linux is supported, but using the Docker image circumvents this limitation.
# Docker
docker pull ghcr.io/tendto/delpi:main
# Run delpi
docker run -it --rm ghcr.io/tendto/delpi:main --help# pydelpi
pip3 install pydelpi
# Run delpi
pydelpi --helpFor more information about the setup, including installation from sources, refer to the installation guide and usage guide.