PySCIPOpt
Python Interface to the SCIP Optimization Suite
pyscipopt Directory Reference

Files

file  benders.pxi [code]
 Base class of the Benders decomposition Plugin.
 
file  branchrule.pxi [code]
 Base class of the Branchrule Plugin.
 
file  conshdlr.pxi [code]
 base class of the Constraint Handler plugin
 
file  event.pxi [code]
 Base class of the Event Handler Plugin.
 
file  expr.pxi [code]
 In this file we implemenet the handling of expressions.
 
file  heuristic.pxi [code]
 Base class of the Heuristics Plugin.
 
file  lp.pxi [code]
 Base class of the LP Plugin.
 
file  Multidict.py [code]
 Implementation of Multidictionaries.
 
file  presol.pxi [code]
 Base class of the Presolver Plugin.
 
file  pricer.pxi [code]
 Base class of the Pricers Plugin.
 
file  propagator.pxi [code]
 Base class of the Propagators Plugin.
 
file  relax.pxi [code]
 Base class of the Relaxator Plugin.
 
file  scip.pxd [code]
 holding prototype of the SCIP public functions to use them in PySCIPOpt
 
file  scip.pyx [code]
 holding functions in python that reference the SCIP public functions included in scip.pxd
 
file  sepa.pxi [code]
 Base class of the Separator Plugin.