cons_orbitope.h
Go to the documentation of this file.
31/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
49 * cons_orbitope serves as an interface for the constraint handlers cons_orbitope_full and cons_orbitope_pp;
59 * @note the constraint gets captured, hence at one point you have to release it using the method SCIPreleaseCons()
72 SCIP_Bool checkpporbitope, /**< Check if full orbitope constraints can be upgraded to pp-orbitopes? */
93 SCIP_Bool stickingatnode /**< should the constraint always be kept at the node where it was added, even
98/** creates and captures an orbitope constraint in its most basic variant, i. e., with all constraint flags set to their
103 * @note the constraint gets captured, hence at one point you have to release it using the method SCIPreleaseCons()
116 SCIP_Bool checkpporbitope /**< Check if full orbitope constraints can be upgraded to pp-orbitopes? */
SCIP_RETCODE SCIPcreateConsBasicOrbitope(SCIP *scip, SCIP_CONS **cons, const char *name, SCIP_VAR ***vars, SCIP_ORBITOPETYPE orbitopetype, int nrows, int ncols, SCIP_Bool resolveprop, SCIP_Bool ismodelcons, SCIP_Bool checkpporbitope)
Definition: cons_orbitope.c:198
SCIP_RETCODE SCIPincludeConshdlrOrbitope(SCIP *scip)
Definition: cons_orbitope.c:116
SCIP_RETCODE SCIPcreateConsOrbitope(SCIP *scip, SCIP_CONS **cons, const char *name, SCIP_VAR ***vars, SCIP_ORBITOPETYPE orbitopetype, int nrows, int ncols, SCIP_Bool resolveprop, SCIP_Bool ismodelcons, SCIP_Bool checkpporbitope, SCIP_Bool initial, SCIP_Bool separate, SCIP_Bool enforce, SCIP_Bool check, SCIP_Bool propagate, SCIP_Bool local, SCIP_Bool modifiable, SCIP_Bool dynamic, SCIP_Bool removable, SCIP_Bool stickingatnode)
Definition: cons_orbitope.c:131
common defines and data types used in all packages of SCIP
Definition: multiprecision.hpp:66
static SCIP_RETCODE separate(SCIP *scip, SCIP_SEPA *sepa, SCIP_SOL *sol, SCIP_RESULT *result)
Main separation function.
Definition: sepa_flower.c:1221
Definition: struct_cons.h:47
Definition: struct_var.h:262
Definition: struct_scip.h:72
type definitions for constraints and constraint handlers
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