Scippy

SCIP

Solving Constraint Integer Programs

Problem Creation

Detailed Description

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:

Note
These core methods are not sufficient to create constraints of a certain type that is provided by the default plugins of SCIP. An example would be the creation of a linear constraint for which the methods provided by the linear constraint handler must be used. Such methods are provided by the default plugins of SCIP and can be found in the Plugin API of SCIP.

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