compute_symmetry_none.cpp
Go to the documentation of this file.
30 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
70 int* nmaxperms, /**< pointer to store maximal number of permutations (needed for freeing storage) */
Definition: struct_scip.h:69
SCIP_RETCODE SYMcomputeSymmetryGenerators(SCIP *scip, int maxgenerators, SYM_GRAPH *graph, int *nperms, int *nmaxperms, int ***perms, SCIP_Real *log10groupsize, SCIP_Real *symcodetime)
Definition: compute_symmetry_none.cpp:65
const char * SYMsymmetryGetAddDesc(void)
Definition: compute_symmetry_none.cpp:59
interface for symmetry computations
Definition: type_retcode.h:42
SCIP_Bool SYMcheckGraphsAreIdentical(SCIP *scip, SYM_SYMTYPE symtype, SYM_GRAPH *G1, SYM_GRAPH *G2)
Definition: compute_symmetry_none.cpp:95
Definition: struct_symmetry.h:45
Definition: objbenders.h:43
const char * SYMsymmetryGetAddName(void)
Definition: compute_symmetry_none.cpp:53