Detailed Description
Struct that contains information on how to place the new row arc in the decomposition
Data Fields | |
| spqr_member | member |
| spqr_node | head |
| spqr_node | tail |
| spqr_arc | representative |
| SCIP_Bool | reversed |
Field Documentation
◆ member
| spqr_member NewRowInformation::member |
The member to place the new row in
Definition at line 7009 of file network.c.
Referenced by netrowaddAdd(), rigidTransformArcIntoCycle(), splitAndMergeParallel(), splitAndMergeRigid(), splitAndMergeSeries(), splitFirstLeaf(), splitParallelRowAddition(), transformComponentRowAddition(), and transformSingleRigid().
◆ head
| spqr_node NewRowInformation::head |
The head node of the new row arc (only used for rigid members)
Definition at line 7010 of file network.c.
Referenced by netrowaddAdd(), splitAndMergeParallel(), splitAndMergeRigid(), splitAndMergeSeries(), splitFirstLeaf(), and transformSingleRigid().
◆ tail
| spqr_node NewRowInformation::tail |
The tail node of the new row arc (only used for rigid members)
Definition at line 7011 of file network.c.
Referenced by netrowaddAdd(), splitAndMergeParallel(), splitAndMergeRigid(), splitAndMergeSeries(), splitFirstLeaf(), and transformSingleRigid().
◆ representative
| spqr_arc NewRowInformation::representative |
The representative arc of the new row arc
Definition at line 7012 of file network.c.
Referenced by netrowaddAdd(), splitAndMergeParallel(), splitAndMergeRigid(), splitAndMergeSeries(), splitFirstLeaf(), and transformSingleRigid().
◆ reversed
| SCIP_Bool NewRowInformation::reversed |
Orientation of the arc w.r.t. the representative
Definition at line 7013 of file network.c.
Referenced by netrowaddAdd(), rigidTransformArcIntoCycle(), splitFirstLeaf(), splitParallelRowAddition(), transformComponentRowAddition(), and transformSingleRigid().