Public Member Functions | |
def | __eq__ (self, other) |
def | __hash__ (self) |
def | getAddedConss (self) |
def | getDepth (self) |
def | getDomchg (self) |
def | getEstimate (self) |
def | getLowerbound (self) |
def | getNAddedConss (self) |
def | getNDomchg (self) |
def | getNParentBranchings (self) |
def | getNumber (self) |
def | getParent (self) |
def | getParentBranchings (self) |
def | getType (self) |
def | isActive (self) |
def | isPropagatedAgain (self) |
Static Public Attributes | |
node = Node() | |
scip_node | |
def __eq__ | ( | self, | |
other | |||
) |
Definition at line 812 of file scip.pxi.
References Event.__class__, Column.__class__, Row.__class__, NLRow.__class__, Node.__class__, and Node.scip_node.
def __hash__ | ( | self | ) |
Definition at line 809 of file scip.pxi.
References Node.scip_node.
def getAddedConss | ( | self | ) |
Retrieve all constraints added at this node.
Definition at line 733 of file scip.pxi.
References Node.scip_node, SCIPnodeGetAddedConss(), and SCIPnodeGetNAddedConss().
def getDepth | ( | self | ) |
Retrieve depth of node.
Definition at line 717 of file scip.pxi.
References Node.scip_node, and SCIPnodeGetDepth().
def getDomchg | ( | self | ) |
Retrieve domain changes for this node.
Definition at line 802 of file scip.pxi.
References Node.scip_node, and SCIPnodeGetDomchg().
def getEstimate | ( | self | ) |
Retrieve the estimated value of the best feasible solution in subtree of the node
Definition at line 729 of file scip.pxi.
References Node.scip_node, and SCIPnodeGetEstimate().
def getLowerbound | ( | self | ) |
Retrieve lower bound of node.
Definition at line 725 of file scip.pxi.
References Node.scip_node, and SCIPnodeGetLowerbound().
def getNAddedConss | ( | self | ) |
Retrieve number of added constraints at this node
Definition at line 746 of file scip.pxi.
References Node.scip_node, and SCIPnodeGetNAddedConss().
def getNDomchg | ( | self | ) |
Retrieve the number of bound changes due to branching, constraint propagation, and propagation.
Definition at line 794 of file scip.pxi.
References Node.scip_node, and SCIPnodeGetNDomchg().
def getNParentBranchings | ( | self | ) |
Retrieve the number of variable branchings that were performed in the parent node to create this node.
Definition at line 758 of file scip.pxi.
References Node.scip_node, and SCIPnodeGetParentBranchings().
def getNumber | ( | self | ) |
Retrieve number of node.
Definition at line 713 of file scip.pxi.
References Node.scip_node, and SCIPnodeGetNumber().
def getParent | ( | self | ) |
Retrieve parent node (or None if the node has no parent node).
Definition at line 709 of file scip.pxi.
References Node.scip_node, and SCIPnodeGetParent().
def getParentBranchings | ( | self | ) |
Retrieve the set of variable branchings that were performed in the parent node to create this node.
Definition at line 772 of file scip.pxi.
References Node.getNParentBranchings(), Node.scip_node, and SCIPnodeGetParentBranchings().
def getType | ( | self | ) |
Retrieve type of node.
Definition at line 721 of file scip.pxi.
References Node.scip_node, and SCIPnodeGetType().
def isActive | ( | self | ) |
Is the node in the path to the current node?
Definition at line 750 of file scip.pxi.
References Node.scip_node, and SCIPnodeIsActive().
def isPropagatedAgain | ( | self | ) |
Is the node marked to be propagated again?
Definition at line 754 of file scip.pxi.
References Node.scip_node, and SCIPnodeIsPropagatedAgain().