main.cpp
Go to the documentation of this file.
30/*--+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
SCIP_RETCODE SCIPincludeConshdlrOptcumulative(SCIP *scip)
Definition: cons_optcumulative.c:4100
constraint handler for cumulative constraints with optional activities
SCIP_RETCODE SCIPsetSolveCumulative(SCIP *scip, SCIP_DECL_SOLVECUMULATIVE((*solveCumulative)))
Definition: cons_cumulative.c:14326
SCIP_RETCODE SCIPincludeHeurListScheduling(SCIP *scip)
Definition: heur_listscheduling.c:843
scheduling specific primal heuristic which is based on bidirectional serial generation scheme.
SCIP_RETCODE SCIPincludeHeurOptcumulative(SCIP *scip)
Definition: heur_optcumulative.c:700
heuristic for cumulative scheduling with optional activities
static SCIP_RETCODE runShell(int argc, char **argv, const char *defaultsetname)
Definition: main.cpp:47
Definition: objbenders.h:44
cmin file reader
file reader for "pack" scheduling instances
scheduling problem file reader for RCPSP/max format
scheduling problem file reader for RCPSP format
SCIP callable library.
SCIP_RETCODE SCIPincludeDefaultPlugins(SCIP *scip)
Definition: scipdefplugins.c:37
default SCIP plugins
SCIP_RETCODE SCIPprocessShellArguments(SCIP *scip, int argc, char **argv, const char *defaultsetname)
Definition: scipshell.c:273
SCIP command line interface.
Definition: struct_scip.h:70