All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_Probingnode Struct Reference Detailed Descriptionprobing node, possibly with solved LP, where bounds and constraints have been changed, and rows and columns might have been added Definition at line 43 of file struct_tree.h.
Field Documentation
LP state information Definition at line 45 of file struct_tree.h. Referenced by probingnodeUpdate(), and SCIPtreeLoadProbingLPState().
number of LP columns before the node was processed Definition at line 46 of file struct_tree.h. Referenced by treeBacktrackProbing(), treeCheckPath(), and treeUpdatePathLPSize().
number of LP rows before the node was processed Definition at line 47 of file struct_tree.h. Referenced by treeBacktrackProbing(), treeCheckPath(), and treeUpdatePathLPSize().
total number of columns of this node's LP Definition at line 48 of file struct_tree.h. Referenced by probingnodeUpdate(), treeCheckPath(), and treeUpdatePathLPSize().
total number of rows of this node's LP Definition at line 49 of file struct_tree.h. Referenced by probingnodeUpdate(), treeCheckPath(), and treeUpdatePathLPSize().
primal feasibility of saved LP state information Definition at line 50 of file struct_tree.h. Referenced by probingnodeUpdate(), and SCIPtreeLoadProbingLPState().
dual feasibility of saved LP state information Definition at line 51 of file struct_tree.h. Referenced by probingnodeUpdate(), and SCIPtreeLoadProbingLPState(). |