Public Member Functions | |
def | __repr__ (self) |
def | getBoundchgtype (self) |
def | getBoundtype (self) |
def | getNewBound (self) |
def | getVar (self) |
def | isRedundant (self) |
Static Public Attributes | |
boundchg = BoundChange() | |
scip_boundchg | |
def __repr__ | ( | self | ) |
Definition at line 676 of file scip.pxi.
References BoundChange.getBoundtype(), Event.getNewBound(), BoundChange.getNewBound(), Event.getVar(), Column.getVar(), and BoundChange.getVar().
def getBoundchgtype | ( | self | ) |
Returns the bound change type of the bound change.
Definition at line 664 of file scip.pxi.
References BoundChange.scip_boundchg, and SCIPboundchgGetBoundchgtype().
def getBoundtype | ( | self | ) |
Returns the bound type of the bound change.
Definition at line 668 of file scip.pxi.
References BoundChange.scip_boundchg, and SCIPboundchgGetBoundtype().
def getNewBound | ( | self | ) |
Returns the new value of the bound in the bound change.
Definition at line 656 of file scip.pxi.
References BoundChange.scip_boundchg, and SCIPboundchgGetNewbound().
def getVar | ( | self | ) |
Returns the variable of the bound change.
Definition at line 660 of file scip.pxi.
References BoundChange.scip_boundchg, and SCIPboundchgGetVar().
def isRedundant | ( | self | ) |
Returns whether the bound change is redundant due to a more global bound that is at least as strong.
Definition at line 672 of file scip.pxi.
References BoundChange.scip_boundchg, and SCIPboundchgIsRedundant().
|
static |