API Reference#

This page provides an auto-generated summary of PySCIPOpt’s API.

SCIP Model#

This is the main class of PySCIPOpt. Most functionality is accessible through functions of this class. All functions that require the SCIP object belong to this class.

SCIP Constraint#

This class wraps a SCIP constraint object. It contains functions that can retrieve basic information that is entirely contained within the constraint object.

SCIP Variable#

This class wraps a SCIP variable object. It contains functions that can retrieve basic information that is entirely contained within the variable object.

SCIP Row#

This class wraps a SCIP row object. It contains functions that can retrieve basic information that is entirely contained within the row object.

SCIP Column#

This class wraps a SCIP column object. It contains functions that can retrieve basic information that is entirely contained within the column object.

SCIP Node#

This class wraps a SCIP node object. It contains functions that can retrieve basic information that is entirely contained within the node object.

SCIP Event#

This class wraps a SCIP event object. It contains functions that can retrieve basic information that is entirely contained within the event object.