dlinear
0.0.1
Delta-complete SMT solver for linear programming
|
pydlinear
is a Python package that provides bindings to the dlinear
library. The package can be used to create and solve linear programs from Python.
Clone the repository and install the package with pip.
If the package has been installed, either locally or from PyPI, it can be invoked with the same options as the binary.
Furthermore, the pydlinear
module can be imported and used as a library.