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().
variables whose objective function coefficients have changed Definition at line 50 of file struct_tree.h. Referenced by SCIPchgVarObjProbing(), and treeBacktrackProbing().
original objective function coefficients Definition at line 51 of file struct_tree.h. Referenced by SCIPchgVarObjProbing(), and treeBacktrackProbing().
number of changed objective coefficients Definition at line 52 of file struct_tree.h. Referenced by SCIPchgVarObjProbing(), and treeBacktrackProbing().
primal feasibility of saved LP state information Definition at line 53 of file struct_tree.h. Referenced by probingnodeUpdate(), and SCIPtreeLoadProbingLPState().
dual feasibility of saved LP state information Definition at line 54 of file struct_tree.h. Referenced by probingnodeUpdate(), and SCIPtreeLoadProbingLPState(). |