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