All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_Subroot Struct Reference Detailed Descriptionfork with solved LP, where bounds and constraints have been changed, and rows and columns were removed and added Definition at line 104 of file struct_tree.h.
Field Documentation
array with pointers to the columns in the same order as in the LP Definition at line 106 of file struct_tree.h. Referenced by subrootConstructLP().
array with pointers to the rows in the same order as in the LP Definition at line 107 of file struct_tree.h. Referenced by subrootConstructLP().
LP state information Definition at line 108 of file struct_tree.h. Referenced by SCIPtreeLoadLPState(), and subrootReleaseLPIState().
the LP objective value for that node, needed to compute the pseudo costs correctly Definition at line 109 of file struct_tree.h.
number of columns in the LP Definition at line 110 of file struct_tree.h. Referenced by subrootConstructLP(), treeCheckPath(), and treeUpdatePathLPSize().
number of rows in the LP Definition at line 111 of file struct_tree.h. Referenced by subrootConstructLP(), treeCheckPath(), and treeUpdatePathLPSize().
number of times, the LP state is needed Definition at line 112 of file struct_tree.h. Referenced by SCIPnodeCaptureLPIState(), SCIPnodeReleaseLPIState(), subrootCaptureLPIState(), and subrootReleaseLPIState().
number of children of this parent node Definition at line 113 of file struct_tree.h. Referenced by nodeDeactivate(), and nodeReleaseParent().
primal feasibility of saved LP state information Definition at line 114 of file struct_tree.h. Referenced by SCIPtreeLoadLPState().
dual feasibility of saved LP state information Definition at line 115 of file struct_tree.h. Referenced by SCIPtreeLoadLPState(). |