Skip to main content

Generates penalty models using smt solvers.

Project description

https://img.shields.io/pypi/v/penaltymodel-maxgap.svg

D-Wave Penalty Model Max-gap

Generates penalty models using smt solvers. Serves as a factory and cache for penaltymodel.

On install, penaltymodel_maxgap registers an entry point that can be read by penaltymodel. It will be used automatically by any project that uses penaltymodel’s get_penalty_model function.

Installing

To install:

pip install penaltymodel_maxgap

To build from source:

cd penaltymodel_maxgap
pip install -r requirements.txt
pip install -e ../penaltymodel_core/
python setup.py install

Note that this library will not function without smt solvers installed. The solvers are accessed through the pysmt package.

In the standard setup (pip install or setup.py install above), Z3 solver is installed auto-magically. See the accompanying pysmt documentation for installing other smt solvers.

In development mode (pip install -e or setup.py develop) solvers are not installed. Check pysmt documentation to see how to do it manually.

License

Released under the Apache License 2.0. See LICENSE

The bundled Z3 solver used by pysmt is licensed under the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

penaltymodel-maxgap-0.5.6.tar.gz (9.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page