cmain.c
Go to the documentation of this file.
30 /*--+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
Definition: struct_scip.h:68
static SCIP_RETCODE runShell(int argc, char **argv, const char *defaultsetname)
Definition: cmain.c:42
SCIP command line interface.
SCIP_RETCODE SCIPincludeEventHdlrBoundwriting(SCIP *scip)
Definition: event_boundwriting.c:672
Definition: type_retcode.h:42
event handler for writing primal- and dual bound for all open nodes
SCIP_RETCODE SCIPincludeDefaultPlugins(SCIP *scip)
Definition: scipdefplugins.c:37
eventhdlr for best solution found
SCIP_RETCODE SCIPprocessShellArguments(SCIP *scip, int argc, char **argv, const char *defaultsetname)
Definition: scipshell.c:243
SCIP_RETCODE SCIPincludeEventHdlrBestsol(SCIP *scip)
Definition: event_bestsol.c:109
Definition: objbenders.h:43
default SCIP plugins
SCIP callable library.