|
|
delpi
0.0.1
DElta-complete LP solver
|
delpi comes with a shared C++ library that can be used to interact with the solver programmatically.
See the Installation page for instructions on how to install the library.
When including the shared library in a project, you can include the main delpi header
and link the library with the flags -ldelpi. Add the -lgmp flag if your project needs to manipulate rational numbers.
Finally, the executable can be run with
The following example demonstrates how to use the library to check the satisfiability of a problem in SMT2 format:
The example can be compiled with
and run with