Detailed Description
A data structure that tells us if the head or tail of a marked arc is split, and if the other node is in the source or the sink partition.
Data Fields | |
| SCIP_Bool | headSplit |
| SCIP_Bool | otherIsSource |
Field Documentation
◆ headSplit
| SCIP_Bool SplitOrientation::headSplit |
Is the head or tail of the marked arc split?
Definition at line 9076 of file network.c.
Referenced by determineSplitTypeParallel(), determineSplitTypeRigid(), determineSplitTypeSeries(), getRelativeOrientation(), getRelativeOrientationParallel(), getRelativeOrientationRigid(), and getRelativeOrientationSeries().
◆ otherIsSource
| SCIP_Bool SplitOrientation::otherIsSource |
Is the non-split node in the source or sink partition?
Definition at line 9077 of file network.c.
Referenced by determineSplitTypeParallel(), determineSplitTypeRigid(), determineSplitTypeSeries(), getRelativeOrientation(), getRelativeOrientationParallel(), getRelativeOrientationRigid(), and getRelativeOrientationSeries().