SYM_Sortgraphcompvars Struct Reference
Detailed Description
data structure to store arrays used for sorting colored component types
Definition at line 562 of file prop_symmetry.c.
Data Fields | |
int * | components |
int * | colors |
Field Documentation
◆ components
int* SYM_Sortgraphcompvars::components |
array of components
Definition at line 564 of file prop_symmetry.c.
Referenced by addSSTConss(), addSymresackConss(), buildSubgroupGraph(), chooseOrderOfGenerators(), detectOrbitopes(), propagateOrbitalFixing(), SCIP_DECL_SORTINDCOMP(), and SCIPgetSymmetry().
◆ colors
int* SYM_Sortgraphcompvars::colors |
array of colors
Definition at line 565 of file prop_symmetry.c.
Referenced by buildSubgroupGraph(), and SCIP_DECL_SORTINDCOMP().