cons_optcumulative.h
Go to the documentation of this file.
22 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
34 /** creates the handler for cumulative constraints with optional activities and includes it in SCIP */
48 SCIP_VAR** binvars, /**< array of variable representing if the job has to be processed on this machine */
72 SCIP_Bool stickingatnode /**< should the constraint always be kept at the node where it was added, even
Definition: struct_scip.h:58
Definition: struct_var.h:198
SCIP_RETCODE SCIPincludeConshdlrOptcumulative(SCIP *scip)
Definition: cons_optcumulative.c:3987
SCIP_RETCODE SCIPcreateConsOptcumulative(SCIP *scip, SCIP_CONS **cons, const char *name, int nvars, SCIP_VAR **vars, SCIP_VAR **binvars, int *durations, int *demands, int capacity, 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_optcumulative.c:4044
Definition: struct_cons.h:37
Definition: objbenders.h:33
SCIP callable library.