fork without LP solution, where bounds and constraints have been changed, and rows and columns were added
Definition at line 83 of file struct_tree.h.
#include <struct_tree.h>
Data Fields | |
SCIP_COL ** | addedcols |
SCIP_ROW ** | addedrows |
int | naddedcols |
int | naddedrows |
int | nchildren |
SCIP_COL** SCIP_Pseudofork::addedcols |
array with pointers to new columns added at this node into the LP
Definition at line 85 of file struct_tree.h.
Referenced by pseudoforkAddLP().
SCIP_ROW** SCIP_Pseudofork::addedrows |
array with pointers to new rows added at this node into the LP
Definition at line 86 of file struct_tree.h.
Referenced by pseudoforkAddLP().
int SCIP_Pseudofork::naddedcols |
number of columns added at this node
Definition at line 87 of file struct_tree.h.
Referenced by pseudoforkAddLP(), treeCheckPath(), and treeUpdatePathLPSize().
int SCIP_Pseudofork::naddedrows |
number of rows added at this node
Definition at line 88 of file struct_tree.h.
Referenced by pseudoforkAddLP(), treeCheckPath(), and treeUpdatePathLPSize().
int SCIP_Pseudofork::nchildren |
number of children of this parent node
Definition at line 89 of file struct_tree.h.
Referenced by nodeDeactivate(), and nodeReleaseParent().