Public Member Functions | |
def | __get__ (self) |
def | __repr__ (self) |
def | getAvgSol (self) |
def | getCol (self) |
def | getIndex (self) |
def | getLbGlobal (self) |
def | getLbLocal (self) |
def | getLbOriginal (self) |
def | getLPSol (self) |
def | getObj (self) |
def | getUbGlobal (self) |
def | getUbLocal (self) |
def | getUbOriginal (self) |
def | isInLP (self) |
def | isOriginal (self) |
def | ptr (self) |
def | vtype (self) |
Static Public Attributes | |
scip_var | |
var = Variable() | |
def __get__ | ( | self | ) |
Definition at line 829 of file scip.pxi.
References Variable.scip_var, and SCIPvarGetName().
def __repr__ | ( | self | ) |
Definition at line 837 of file scip.pxi.
References Nh.name, TimeSeries.name, StoScenario.name, SCIP_Var.name, SCIP_Table.name, SCIP_Sepa.name, SCIP_RowPrep.name, SCIP_Row.name, SCIP_Relax.name, SCIP_Reader.name, SCIP_Prop.name, SCIP_Prob.name, SCIP_Pricer.name, SCIP_Presol.name, SCIP_Param.name, SCIP_Nodesel.name, SCIP_NlRow.name, SCIP_NlpiOracleCons.name, SCIP_NlpiOracle.name, SCIP_Nlpi.name, SCIP_Nlp.name, SCIP_Nlhdlr.name, SCIP_LPi.name, SCIP_Heur.name, SCIP_Exprhdlr.name, SCIP_Eventhdlr.name, SCIP_Diveset.name, SCIP_Disp.name, SCIP_Dialog.name, SCIP_Cutsel.name, SCIP_Conshdlr.name, SCIP_Cons.name, SCIP_Conflicthdlr.name, SCIP_ConcSolverType.name, SCIP_ConcSolver.name, SCIP_Compr.name, SCIP_Branchrule.name, SCIP_Benderscut.name, SCIP_Benders.name, SCIP_BanditVTable.name, RLT_SimpleRow.name, and NodeData.name.
def getAvgSol | ( | self | ) |
Get the weighted average solution of variable in all feasible primal solutions found
Definition at line 903 of file scip.pxi.
References Variable.scip_var, and SCIPvarGetAvgSol().
def getCol | ( | self | ) |
Retrieve column of COLUMN variable
Definition at line 865 of file scip.pxi.
References Variable.scip_var, and SCIPvarGetCol().
def getIndex | ( | self | ) |
Retrieve the unique index of the variable.
Definition at line 861 of file scip.pxi.
References Variable.scip_var, and SCIPvarGetIndex().
def getLbGlobal | ( | self | ) |
Retrieve global lower bound of variable
Definition at line 879 of file scip.pxi.
References Variable.scip_var, and SCIPvarGetLbGlobal().
def getLbLocal | ( | self | ) |
Retrieve current lower bound of variable
Definition at line 887 of file scip.pxi.
References Variable.scip_var, and SCIPvarGetLbLocal().
def getLbOriginal | ( | self | ) |
Retrieve original lower bound of variable
Definition at line 871 of file scip.pxi.
References Variable.scip_var, and SCIPvarGetLbOriginal().
def getLPSol | ( | self | ) |
Retrieve the current LP solution value of variable
Definition at line 899 of file scip.pxi.
References Variable.scip_var, and SCIPvarGetLPSol().
def getObj | ( | self | ) |
Retrieve current objective value of variable
Definition at line 895 of file scip.pxi.
References Variable.scip_var, and SCIPvarGetObj().
def getUbGlobal | ( | self | ) |
Retrieve global upper bound of variable
Definition at line 883 of file scip.pxi.
References Variable.scip_var, and SCIPvarGetUbGlobal().
def getUbLocal | ( | self | ) |
Retrieve current upper bound of variable
Definition at line 891 of file scip.pxi.
References Variable.scip_var, and SCIPvarGetUbLocal().
def getUbOriginal | ( | self | ) |
Retrieve original upper bound of variable
Definition at line 875 of file scip.pxi.
References Variable.scip_var, and SCIPvarGetUbOriginal().
def isInLP | ( | self | ) |
Retrieve whether the variable is a COLUMN variable that is member of the current LP
Definition at line 856 of file scip.pxi.
References Variable.scip_var, and SCIPvarIsInLP().
def isOriginal | ( | self | ) |
Retrieve whether the variable belongs to the original problem
Definition at line 852 of file scip.pxi.
References Variable.scip_var, and SCIPvarIsOriginal().
def ptr | ( | self | ) |
Definition at line 833 of file scip.pxi.
References Variable.scip_var.
def vtype | ( | self | ) |
Retrieve the variables type (BINARY, INTEGER, IMPLINT or CONTINUOUS)
Definition at line 840 of file scip.pxi.
References Variable.scip_var, and SCIPvarGetType().