PySCIPOpt  4.3.0
Python Interface for the SCIP Optimization Suite
scip.pyx File Reference

holding functions in python that reference the SCIP public functions included in scip.pxd More...

Go to the source code of this file.

Classes

class  BoundChange
 
class  Column
 
class  Constraint
 
class  DomainChanges
 
class  Event
 
class  Model
 
class  NLRow
 
class  Node
 
class  Row
 
class  Solution
 
class  Variable
 

Namespaces

 pyscipopt.scip
 

Functions

def is_memory_freed ()
 
def print_memory_in_use ()
 

Variables

int MAJOR = 8
 
int MINOR = 0
 
int PATCH = 0
 
 str_conversion = lambda x:bytes(x,'utf-8')
 

Detailed Description

holding functions in python that reference the SCIP public functions included in scip.pxd

Definition in file scip.pyx.