symmetry_lexred.h
Go to the documentation of this file.
31/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
54typedef struct SCIP_LexRedData SCIP_LEXREDDATA; /**< data for dynamic lexicographic reduction propagator */
64 SCIP_LEXREDDATA* masterdata, /**< pointer to global data for lexicographic reduction propagator */
74 SCIP_LEXREDDATA* masterdata /**< pointer to global data for lexicographic reduction propagator */
82 SCIP_LEXREDDATA* masterdata, /**< pointer to global data for lexicographic reduction propagator */
93 SCIP_LEXREDDATA* masterdata, /**< pointer to global data for lexicographic reduction propagator */
107 SCIP_LEXREDDATA* masterdata /**< pointer to global data for lexicographic reduction propagator */
115 SCIP_LEXREDDATA** masterdata /**< pointer to global data for lexicographic reduction propagator */
126 SCIP_LEXREDDATA** masterdata, /**< pointer to global data for lexicographic reduction propagator */
common defines and data types used in all packages of SCIP
Definition: multiprecision.hpp:66
Definition: struct_event.h:218
Definition: struct_var.h:262
Definition: struct_scip.h:72
SCIP_RETCODE SCIPlexicographicReductionPropagate(SCIP *scip, SCIP_LEXREDDATA *masterdata, SCIP_Bool *infeasible, int *nred, SCIP_Bool *didrun)
Definition: symmetry_lexred.c:1905
SCIP_RETCODE SCIPlexicographicReductionGetStatistics(SCIP *scip, SCIP_LEXREDDATA *masterdata, int *nred, int *ncutoff)
Definition: symmetry_lexred.c:1854
SCIP_RETCODE SCIPlexicographicReductionReset(SCIP *scip, SCIP_LEXREDDATA *masterdata)
Definition: symmetry_lexred.c:2081
SCIP_RETCODE SCIPlexicographicReductionPrintStatistics(SCIP *scip, SCIP_LEXREDDATA *masterdata)
Definition: symmetry_lexred.c:1872
SCIP_RETCODE SCIPlexicographicReductionFree(SCIP *scip, SCIP_LEXREDDATA **masterdata)
Definition: symmetry_lexred.c:2119
SCIP_RETCODE SCIPlexicographicReductionAddPermutation(SCIP *scip, SCIP_LEXREDDATA *masterdata, SCIP_VAR **permvars, int npermvars, int *perm, SYM_SYMTYPE symtype, SCIP_Real *permvardomaincenter, SCIP_Bool usedynamicorder, SCIP_Bool *success)
Definition: symmetry_lexred.c:2017
SCIP_RETCODE SCIPincludeLexicographicReduction(SCIP *scip, SCIP_LEXREDDATA **masterdata, SCIP_EVENTHDLR *shadowtreeeventhdlr)
Definition: symmetry_lexred.c:2142
type definitions for managing events
type definitions for return codes for SCIP methods
type definitions for SCIP's main datastructure
type definitions for symmetry computations
type definitions for problem variables