presol_symmetry.h
Go to the documentation of this file.
23 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
47 SYM_SPEC symspecrequirefixed,/**< symmetry specification of variables which must be fixed by symmetries */
61 SCIP_Real** permvarsobj /**< pointer to store objective coefficients of permuted variables (NULL if not available) */
Definition: struct_scip.h:58
SCIP_RETCODE SCIPincludePresolSymmetry(SCIP *scip)
Definition: presol_symmetry.c:1531
Definition: struct_var.h:198
SCIP_RETCODE SCIPgetGeneratorsSymmetry(SCIP *scip, SYM_SPEC symspecrequire, SYM_SPEC symspecrequirefixed, SCIP_Bool recompute, int *npermvars, SCIP_VAR ***permvars, int *nperms, int ***perms, SCIP_Real *log10groupsize, SCIP_Bool *binvaraffected)
Definition: presol_symmetry.c:1589
SCIP_RETCODE SCIPgetPermvarsObjSymmetry(SCIP *scip, SCIP_Real **permvarsobj)
Definition: presol_symmetry.c:1676
type definitions for symmetry computations
Definition: objbenders.h:33
SCIP callable library.