35#ifndef __SCIP_CONS_ORBITOPE_H__
36#define __SCIP_CONS_ORBITOPE_H__
101 SCIP_Bool usedynamicprop,
102 SCIP_Bool mayinteract,
104 SCIP_Bool resolveprop,
105 SCIP_Bool ismodelcons,
118 SCIP_Bool modifiable,
126 SCIP_Bool stickingatnode
148 SCIP_Bool usedynamicprop,
149 SCIP_Bool resolveprop,
150 SCIP_Bool ismodelcons,
151 SCIP_Bool mayinteract
common defines and data types used in all packages of SCIP
SCIP_RETCODE SCIPcreateConsBasicOrbitope(SCIP *scip, SCIP_CONS **cons, const char *name, SCIP_VAR ***vars, SCIP_ORBITOPETYPE orbitopetype, int nspcons, int nblocks, SCIP_Bool usedynamicprop, SCIP_Bool resolveprop, SCIP_Bool ismodelcons, SCIP_Bool mayinteract)
SCIP_RETCODE SCIPcreateConsOrbitope(SCIP *scip, SCIP_CONS **cons, const char *name, SCIP_VAR ***vars, SCIP_ORBITOPETYPE orbitopetype, int nspcons, int nblocks, SCIP_Bool usedynamicprop, SCIP_Bool mayinteract, SCIP_Bool resolveprop, SCIP_Bool ismodelcons, 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)
SCIP_RETCODE SCIPincludeConshdlrOrbitope(SCIP *scip)
static SCIP_Bool propagate
type definitions for constraints and constraint handlers
type definitions for return codes for SCIP methods
enum SCIP_Retcode SCIP_RETCODE
type definitions for SCIP's main datastructure
type definitions for symmetry computations
enum SCIP_OrbitopeType SCIP_ORBITOPETYPE
type definitions for problem variables