Detailed Description
struct for bliss callback
Definition at line 58 of file compute_symmetry_bliss.cpp.
Data Fields | |
SCIP * | scip |
SYM_SYMTYPE | symtype |
int | npermvars |
int | nperms |
int ** | perms |
int | nmaxperms |
int | maxgenerators |
SCIP_Bool | restricttovars |
Field Documentation
◆ scip
SCIP* BLISS_Data::scip |
SCIP pointer
Definition at line 60 of file compute_symmetry_bliss.cpp.
Referenced by blisshook(), and computeAutomorphisms().
◆ symtype
SYM_SYMTYPE BLISS_Data::symtype |
type of symmetries that need to be computed
Definition at line 61 of file compute_symmetry_bliss.cpp.
Referenced by blisshook(), computeAutomorphisms(), and SYMcomputeSymmetryGenerators().
◆ npermvars
int BLISS_Data::npermvars |
number of variables for permutations
Definition at line 62 of file compute_symmetry_bliss.cpp.
Referenced by blisshook(), and computeAutomorphisms().
◆ nperms
int BLISS_Data::nperms |
number of permutations
Definition at line 63 of file compute_symmetry_bliss.cpp.
Referenced by blisshook(), computeAutomorphisms(), and SYMcheckGraphsAreIdentical().
◆ perms
int** BLISS_Data::perms |
permutation generators as (nperms x npermvars) matrix
Definition at line 64 of file compute_symmetry_bliss.cpp.
Referenced by blisshook(), computeAutomorphisms(), and SYMcheckGraphsAreIdentical().
◆ nmaxperms
int BLISS_Data::nmaxperms |
maximal number of permutations
Definition at line 65 of file compute_symmetry_bliss.cpp.
Referenced by blisshook(), computeAutomorphisms(), and SYMcheckGraphsAreIdentical().
◆ maxgenerators
int BLISS_Data::maxgenerators |
maximal number of generators constructed (= 0 if unlimited)
Definition at line 66 of file compute_symmetry_bliss.cpp.
Referenced by blisshook(), and computeAutomorphisms().
◆ restricttovars
SCIP_Bool BLISS_Data::restricttovars |
whether permutations shall be restricted to variables
Definition at line 67 of file compute_symmetry_bliss.cpp.
Referenced by blisshook(), and computeAutomorphisms().