prop_symmetry.h
Go to the documentation of this file.
24 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
51 int*** perms, /**< pointer to store permutation generators as (nperms x npermvars) matrix (or NULL)*/
52 int*** permstrans, /**< pointer to store permutation generators as (npermvars x nperms) matrix (or NULL)*/
56 int** componentbegins, /**< pointer to store begin positions of components in components array (or NULL) */
57 int** vartocomponent, /**< pointer to store assignment from variable to its component (or NULL) */
SCIP_EXPORT int SCIPgetSymmetryNGenerators(SCIP *scip)
Definition: prop_symmetry.c:4079
Definition: struct_scip.h:59
Definition: struct_var.h:198
SCIP_EXPORT SCIP_RETCODE SCIPgetSymmetry(SCIP *scip, int *npermvars, SCIP_VAR ***permvars, SCIP_HASHMAP **permvarmap, int *nperms, int ***perms, int ***permstrans, SCIP_Real *log10groupsize, SCIP_Bool *binvaraffected, int **components, int **componentbegins, int **vartocomponent, int *ncomponents)
Definition: prop_symmetry.c:3979
SCIP_EXPORT SCIP_RETCODE SCIPincludePropSymmetry(SCIP *scip)
Definition: prop_symmetry.c:3802
Definition: struct_misc.h:128
SCIP_EXPORT SCIP_Bool SCIPisOrbitalfixingEnabled(SCIP *scip)
Definition: prop_symmetry.c:4059
type definitions for symmetry computations
Definition: objbenders.h:33
SCIP callable library.