methods to create a problem that SCIP should solve
This module summarizes the main methods needed to create a problem for SCIP, and access its most important members:
Modules | |
| SCIP | |
| methods to manipulate a SCIP object | |
| Global Problem | |
| methods to create, read and modify a global problem together with its callbacks | |
| Problem Variables | |
| public methods for problem variables | |
| Problem Constraints | |
| Public methods for constraints. | |
| Primal Solution | |
| methods to create and change primal solutions of SCIP | |
| Problem Copies | |
| methods to copy problems between a source and a target SCIP | |