PySCIPOpt
Python Interface to the SCIP Optimization Suite
Node Class Reference

Public Member Functions

def getParent (self)
 
def getNumber (self)
 
def getDepth (self)
 
def getType (self)
 
def getLowerbound (self)
 
def getEstimate (self)
 
def getNAddedConss (self)
 
def isActive (self)
 
def isPropagatedAgain (self)
 

Static Public Attributes

 node = Node()
 

Detailed Description

Base class holding a pointer to corresponding SCIP_NODE

Definition at line 406 of file scip.pyx.

Member Function Documentation

def getDepth (   self)
Retrieve depth of node.

Definition at line 424 of file scip.pyx.

References parse_stack_struct.node, SCIP_PendingBdchg.node, SCIP_Event.node, Node.node, and SCIPnodeGetDepth().

def getEstimate (   self)
Retrieve the estimated value of the best feasible solution in subtree of the node

Definition at line 436 of file scip.pyx.

References parse_stack_struct.node, SCIP_PendingBdchg.node, SCIP_Event.node, Node.node, and SCIPnodeGetEstimate().

def getLowerbound (   self)
Retrieve lower bound of node.

Definition at line 432 of file scip.pyx.

References parse_stack_struct.node, SCIP_PendingBdchg.node, SCIP_Event.node, Node.node, and SCIPnodeGetLowerbound().

def getNAddedConss (   self)
Retrieve number of added constraints at this node

Definition at line 440 of file scip.pyx.

References parse_stack_struct.node, SCIP_PendingBdchg.node, SCIP_Event.node, Node.node, and SCIPnodeGetNAddedConss().

def getNumber (   self)
Retrieve number of node.

Definition at line 420 of file scip.pyx.

References parse_stack_struct.node, SCIP_PendingBdchg.node, SCIP_Event.node, Node.node, and SCIPnodeGetNumber().

def getParent (   self)
Retrieve parent node.

Definition at line 416 of file scip.pyx.

References parse_stack_struct.node, SCIP_PendingBdchg.node, SCIP_Event.node, Node.node, and SCIPnodeGetParent().

def getType (   self)
Retrieve type of node.

Definition at line 428 of file scip.pyx.

References parse_stack_struct.node, SCIP_PendingBdchg.node, SCIP_Event.node, Node.node, and SCIPnodeGetType().

def isActive (   self)
Is the node in the path to the current node?

Definition at line 444 of file scip.pyx.

References parse_stack_struct.node, SCIP_PendingBdchg.node, SCIP_Event.node, Node.node, and SCIPnodeIsActive().

def isPropagatedAgain (   self)
Is the node marked to be propagated again?

Definition at line 448 of file scip.pyx.

References parse_stack_struct.node, SCIP_PendingBdchg.node, SCIP_Event.node, Node.node, and SCIPnodeIsPropagatedAgain().


The documentation for this class was generated from the following file: