Scippy

SCIP

Solving Constraint Integer Programs

NewRowInformation Struct Reference

Detailed Description

Struct that contains information on how to place the new row arc in the decomposition

Definition at line 7007 of file network.c.

Data Fields

spqr_member member
 
spqr_node head
 
spqr_node tail
 
spqr_arc representative
 
SCIP_Bool reversed
 

Field Documentation

◆ member

◆ 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().