Public Member Functions | |
def | __eq__ (self, other) |
def | __get__ (self) |
def | __hash__ (self) |
def | getConstant (self) |
def | getDualsol (self) |
def | getLhs (self) |
def | getLinearTerms (self) |
def | getRhs (self) |
Static Public Attributes | |
nlrow = NLRow() | |
scip_nlrow | |
def __eq__ | ( | self, | |
other | |||
) |
Definition at line 583 of file scip.pxi.
References Event.__class__, Column.__class__, Row.__class__, NLRow.__class__, and NLRow.scip_nlrow.
def __get__ | ( | self | ) |
Definition at line 553 of file scip.pxi.
References NLRow.scip_nlrow, and SCIPnlrowGetName().
def __hash__ | ( | self | ) |
Definition at line 580 of file scip.pxi.
References NLRow.scip_nlrow.
def getConstant | ( | self | ) |
returns the constant of a nonlinear row
Definition at line 557 of file scip.pxi.
References NLRow.scip_nlrow, and SCIPnlrowGetConstant().
def getDualsol | ( | self | ) |
gets the dual NLP solution of a nonlinear row
Definition at line 576 of file scip.pxi.
References NLRow.scip_nlrow, and SCIPnlrowGetDualsol().
def getLhs | ( | self | ) |
returns the left hand side of a nonlinear row
Definition at line 568 of file scip.pxi.
References NLRow.scip_nlrow, and SCIPnlrowGetLhs().
def getLinearTerms | ( | self | ) |
returns a list of tuples (var, coef) representing the linear part of a nonlinear row
Definition at line 561 of file scip.pxi.
References NLRow.scip_nlrow, SCIPnlrowGetLinearCoefs(), SCIPnlrowGetLinearVars(), and SCIPnlrowGetNLinearVars().
def getRhs | ( | self | ) |
returns the right hand side of a nonlinear row
Definition at line 572 of file scip.pxi.
References NLRow.scip_nlrow, and SCIPnlrowGetRhs().