Detailed Description
struct for nauty callback
Definition at line 64 of file compute_symmetry_nauty.c.
Data Fields | |
SCIP * | scip |
int | npermvars |
int | nperms |
int ** | perms |
int | nmaxperms |
int | maxgenerators |
Field Documentation
◆ scip
SCIP* NAUTY_Data::scip |
SCIP pointer
Definition at line 66 of file compute_symmetry_nauty.c.
Referenced by nautyhook(), and SYMcomputeSymmetryGenerators().
◆ npermvars
int NAUTY_Data::npermvars |
number of variables for permutations
Definition at line 67 of file compute_symmetry_nauty.c.
Referenced by determineGraphSize(), fillGraphByConss(), nautyhook(), and SYMcomputeSymmetryGenerators().
◆ nperms
int NAUTY_Data::nperms |
number of permutations
Definition at line 68 of file compute_symmetry_nauty.c.
Referenced by nautyhook(), and SYMcomputeSymmetryGenerators().
◆ perms
int** NAUTY_Data::perms |
permutation generators as (nperms x npermvars) matrix
Definition at line 69 of file compute_symmetry_nauty.c.
Referenced by nautyhook(), and SYMcomputeSymmetryGenerators().
◆ nmaxperms
int NAUTY_Data::nmaxperms |
maximal number of permutations
Definition at line 70 of file compute_symmetry_nauty.c.
Referenced by nautyhook(), and SYMcomputeSymmetryGenerators().
◆ maxgenerators
int NAUTY_Data::maxgenerators |
maximal number of generators to be constructed (= 0 if unlimited)
Definition at line 71 of file compute_symmetry_nauty.c.
Referenced by nautyhook(), and SYMcomputeSymmetryGenerators().