All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_Pseudofork Struct Reference Detailed Descriptionfork without LP solution, where bounds and constraints have been changed, and rows and columns were added Definition at line 79 of file struct_tree.h.
Field Documentation
array with pointers to new columns added at this node into the LP Definition at line 81 of file struct_tree.h. Referenced by pseudoforkAddLP().
array with pointers to new rows added at this node into the LP Definition at line 82 of file struct_tree.h. Referenced by pseudoforkAddLP().
number of columns added at this node Definition at line 83 of file struct_tree.h. Referenced by pseudoforkAddLP(), treeCheckPath(), and treeUpdatePathLPSize().
number of rows added at this node Definition at line 84 of file struct_tree.h. Referenced by pseudoforkAddLP(), treeCheckPath(), and treeUpdatePathLPSize().
number of children of this parent node Definition at line 85 of file struct_tree.h. Referenced by nodeDeactivate(), and nodeReleaseParent(). |