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