All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_Fork Struct Reference Detailed Descriptionfork with solved LP, where bounds and constraints have been changed, and rows and columns were added Definition at line 89 of file struct_tree.h.
Field Documentation
array with pointers to new columns added at this node into the LP Definition at line 91 of file struct_tree.h. Referenced by forkAddLP().
array with pointers to new rows added at this node into the LP Definition at line 92 of file struct_tree.h. Referenced by forkAddLP().
LP state information Definition at line 93 of file struct_tree.h. Referenced by forkReleaseLPIState(), and SCIPtreeLoadLPState().
the LP objective value for that node, needed to compute the pseudo costs correctly Definition at line 94 of file struct_tree.h. Referenced by updatePseudocost().
number of columns added at this node Definition at line 95 of file struct_tree.h. Referenced by forkAddLP(), treeCheckPath(), and treeUpdatePathLPSize().
number of rows added at this node Definition at line 96 of file struct_tree.h. Referenced by forkAddLP(), treeCheckPath(), and treeUpdatePathLPSize().
number of times, the LP state is needed Definition at line 97 of file struct_tree.h. Referenced by forkCaptureLPIState(), forkReleaseLPIState(), SCIPnodeCaptureLPIState(), and SCIPnodeReleaseLPIState().
number of children of this parent node Definition at line 98 of file struct_tree.h. Referenced by nodeDeactivate(), and nodeReleaseParent().
primal feasibility of saved LP state information Definition at line 99 of file struct_tree.h. Referenced by SCIPtreeLoadLPState().
dual feasibility of saved LP state information Definition at line 100 of file struct_tree.h. Referenced by SCIPtreeLoadLPState(). |