PySCIPOpt: Overview (original) (raw)
This project provides an interface from Python to the SCIP Optimization Suite.
See the web site to download PySCIPOpt.
Changelog
See CHANGELOG.md for added, removed or fixed functionality.
Installation
See INSTALL.md for instructions.
Structure of this manual
This documentation gives an introduction to the functionality of the Python interface of the SCIP code in the following chapters
- Model Class with the most fundamental functions to create and solve a problem
- Tutorials and Examples to display some functionality of the interface
- Extending the interface Explanations on extending the PySCIPOpt interface
For a more detailed description on how to create a model and how to extend the interface, please have a look at the README.md.