Public Member Functions | |
def | __eq__ (self, other) |
def | __get__ (self) |
def | __hash__ (self) |
def | __repr__ (self) |
def | getConshdlrName (self) |
def | isActive (self) |
def | isChecked (self) |
def | isDynamic (self) |
def | isEnforced (self) |
def | isInitial (self) |
def | isLinear (self) |
def | isLocal (self) |
def | isModifiable (self) |
def | isNonlinear (self) |
def | isOriginal (self) |
def | isPropagated (self) |
def | isRemovable (self) |
def | isSeparated (self) |
def | isStickingAtNode (self) |
Static Public Attributes | |
cons = Constraint() | |
scip_cons | |
def __eq__ | ( | self, | |
other | |||
) |
Definition at line 992 of file scip.pxi.
References Event.__class__, Column.__class__, Row.__class__, NLRow.__class__, Node.__class__, Constraint.__class__, and Constraint.scip_cons.
def __get__ | ( | self | ) |
Definition at line 919 of file scip.pxi.
References Constraint.scip_cons, and SCIPconsGetName().
def __hash__ | ( | self | ) |
Definition at line 989 of file scip.pxi.
References Constraint.scip_cons.
def __repr__ | ( | self | ) |
Definition at line 923 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 getConshdlrName | ( | self | ) |
Return the constraint handler's name
Definition at line 984 of file scip.pxi.
References Constraint.scip_cons, SCIPconsGetHdlr(), and SCIPconshdlrGetName().
def isActive | ( | self | ) |
returns True iff constraint is active in the current node
Definition at line 970 of file scip.pxi.
References Constraint.scip_cons, and SCIPconsIsActive().
def isChecked | ( | self | ) |
Retrieve True if constraint should be checked for feasibility
Definition at line 942 of file scip.pxi.
References Constraint.scip_cons, and SCIPconsIsChecked().
def isDynamic | ( | self | ) |
Retrieve True if constraint is subject to aging
Definition at line 958 of file scip.pxi.
References Constraint.scip_cons, and SCIPconsIsDynamic().
def isEnforced | ( | self | ) |
Retrieve True if constraint should be enforced during node processing
Definition at line 938 of file scip.pxi.
References Constraint.scip_cons, and SCIPconsIsEnforced().
def isInitial | ( | self | ) |
Retrieve True if the relaxation of the constraint should be in the initial LP
Definition at line 930 of file scip.pxi.
References Constraint.scip_cons, and SCIPconsIsInitial().
def isLinear | ( | self | ) |
Retrieve True if constraint is linear
Definition at line 974 of file scip.pxi.
References Constraint.scip_cons, SCIPconsGetHdlr(), and SCIPconshdlrGetName().
def isLocal | ( | self | ) |
Retrieve True if constraint is only locally valid or not added to any (sub)problem
Definition at line 950 of file scip.pxi.
References Constraint.scip_cons, and SCIPconsIsLocal().
def isModifiable | ( | self | ) |
Retrieve True if constraint is modifiable (subject to column generation)
Definition at line 954 of file scip.pxi.
References Constraint.scip_cons, and SCIPconsIsModifiable().
def isNonlinear | ( | self | ) |
Retrieve True if constraint is nonlinear
Definition at line 979 of file scip.pxi.
References Constraint.scip_cons, SCIPconsGetHdlr(), and SCIPconshdlrGetName().
def isOriginal | ( | self | ) |
Retrieve whether the constraint belongs to the original problem
Definition at line 926 of file scip.pxi.
References Constraint.scip_cons, and SCIPconsIsOriginal().
def isPropagated | ( | self | ) |
Retrieve True if constraint should be propagated during node processing
Definition at line 946 of file scip.pxi.
References Constraint.scip_cons, and SCIPconsIsPropagated().
def isRemovable | ( | self | ) |
Retrieve True if constraint's relaxation should be removed from the LP due to aging or cleanup
Definition at line 962 of file scip.pxi.
References Constraint.scip_cons, and SCIPconsIsRemovable().
def isSeparated | ( | self | ) |
Retrieve True if constraint should be separated during LP processing
Definition at line 934 of file scip.pxi.
References Constraint.scip_cons, and SCIPconsIsSeparated().
def isStickingAtNode | ( | self | ) |
Retrieve True if constraint is only locally valid or not added to any (sub)problem
Definition at line 966 of file scip.pxi.
References Constraint.scip_cons, and SCIPconsIsStickingAtNode().
|
static |