Scippy

SCIP

Solving Constraint Integer Programs

initial_extension_component Struct Reference

Detailed Description

initial extension component NOTE: it is vital the the first edge of the star component comes from the root! (will thus be constantly asserted)

Definition at line 174 of file extreducedefs.h.

#include <extreducedefs.h>

Data Fields

int * compedges
 
int * extleaves
 
int nextleaves
 
int ncompedges
 
int comproot
 
int genstar_centeredge
 

Field Documentation

◆ compedges

◆ extleaves

int* initial_extension_component::extleaves

◆ nextleaves

int initial_extension_component::nextleaves

◆ ncompedges

◆ comproot

◆ genstar_centeredge

int initial_extension_component::genstar_centeredge

center-edge or -1

Definition at line 181 of file extreducedefs.h.

Referenced by extreduce_checkComponent(), extreduce_extCompClean(), and extUnhashInitialComponent().