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: objbenders.h:44
Definition: struct_event.h:205
Definition: struct_var.h:208
Definition: struct_scip.h:70
SCIP_RETCODE SCIPlexicographicReductionPropagate(SCIP *scip, SCIP_LEXREDDATA *masterdata, SCIP_Bool *infeasible, int *nred, SCIP_Bool *didrun)
Definition: symmetry_lexred.c:1922
SCIP_RETCODE SCIPlexicographicReductionGetStatistics(SCIP *scip, SCIP_LEXREDDATA *masterdata, int *nred, int *ncutoff)
Definition: symmetry_lexred.c:1871
SCIP_RETCODE SCIPlexicographicReductionReset(SCIP *scip, SCIP_LEXREDDATA *masterdata)
Definition: symmetry_lexred.c:2097
SCIP_RETCODE SCIPlexicographicReductionPrintStatistics(SCIP *scip, SCIP_LEXREDDATA *masterdata)
Definition: symmetry_lexred.c:1889
SCIP_RETCODE SCIPlexicographicReductionFree(SCIP *scip, SCIP_LEXREDDATA **masterdata)
Definition: symmetry_lexred.c:2135
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:2033
SCIP_RETCODE SCIPincludeLexicographicReduction(SCIP *scip, SCIP_LEXREDDATA **masterdata, SCIP_EVENTHDLR *shadowtreeeventhdlr)
Definition: symmetry_lexred.c:2158
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