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
int* initial_extension_component::compedges |
edges of the component
Definition at line 176 of file extreducedefs.h.
Referenced by extPreprocessInitialEdge(), extPreprocessInitialGenStar(), extPreprocessInitialStar(), extreduce_checkArc(), extreduce_checkEdge(), extreduce_checkNode(), extreduce_extCompClean(), extreduce_extCompRevert(), extreduce_spgCheck3ComponentSimple(), extUnhashInitialComponent(), generalStarCheck(), generalStarCheckGetNextStar(), and pseudodeleteGetNextStar().
◆ extleaves
int* initial_extension_component::extleaves |
leaves to extend from
Definition at line 177 of file extreducedefs.h.
Referenced by extreduce_extCompIsPromising(), extreduce_extCompRevert(), extreduce_spgCheck3ComponentSimple(), extTreeFindExtensions(), generalStarCheckGetNextStar(), and pseudodeleteGetNextStar().
◆ nextleaves
int initial_extension_component::nextleaves |
number of extension nodes
Definition at line 178 of file extreducedefs.h.
Referenced by extreduce_extCompIsPromising(), extreduce_extCompRevert(), extreduce_spgCheck3ComponentSimple(), extTreeFindExtensions(), generalStarCheckGetNextStar(), and pseudodeleteGetNextStar().
◆ ncompedges
int initial_extension_component::ncompedges |
number of edges of the component
Definition at line 179 of file extreducedefs.h.
Referenced by extPreprocessInitialComponent(), extPreprocessInitialEdge(), extPreprocessInitialGenStar(), extPreprocessInitialStar(), extProcessInitialComponent(), extreduce_checkComponent(), extreduce_checkNode(), extreduce_extCompClean(), extreduce_extCompIsPromising(), extreduce_extCompRevert(), extreduce_spgCheck3ComponentSimple(), extUnhashInitialComponent(), generalStarCheckGetNextStar(), and pseudodeleteGetNextStar().
◆ comproot
int initial_extension_component::comproot |
component root
Definition at line 180 of file extreducedefs.h.
Referenced by extPreprocessInitialComponent(), extPreprocessInitialEdge(), extPreprocessInitialGenStar(), extPreprocessInitialStar(), extreduce_extCompFullIsPromising(), extreduce_extCompRevert(), extreduce_spgCheck3ComponentSimple(), generalStarCheckGetNextStar(), and pseudodeleteGetNextStar().
◆ 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().