PySCIPOpt
Python Interface to the SCIP Optimization Suite
Variable Class Reference

Public Member Functions

def ptr (self)
 
def vtype (self)
 
def isOriginal (self)
 
def isInLP (self)
 
def getCol (self)
 
def getLbOriginal (self)
 
def getUbOriginal (self)
 
def getLbGlobal (self)
 
def getUbGlobal (self)
 
def getLbLocal (self)
 
def getUbLocal (self)
 
def getObj (self)
 
def getLPSol (self)
 

Static Public Attributes

 var = Variable()
 

Detailed Description

Is a linear expression and has SCIP_VAR*

Definition at line 453 of file scip.pyx.

Member Function Documentation


The documentation for this class was generated from the following file: