penaltymodel-maxgap 0.5.6

Creator: bradpython12

Last updated:

0 purchases

penaltymodel-maxgap 0.5.6 Image
penaltymodel-maxgap 0.5.6 Images
Add to Cart

Description:

penaltymodelmaxgap 0.5.6

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.