|
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
scipshell.c
Go to the documentation of this file.
21 /*--+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
47 SCIPinfoMessage(scip, NULL, "user parameter file <%s> not found - using default parameters\n", filename);
64 /** @note The message handler should be only fed line by line such the message has the chance to add string in front
294 printf("\nsyntax: %s [-l <logfile>] [-q] [-s <settings>] [-f <problem>] [-b <batchfile>] [-c \"command\"]\n"
307 /** creates a SCIP instance with default plugins, evaluates command line parameters, runs SCIP appropriately,
default message handler Definition: struct_scip.h:52 static SCIP_RETCODE fromCommandLine(SCIP *scip, const char *filename) Definition: scipshell.c:53 static SCIP_RETCODE readParams(SCIP *scip, const char *filename) Definition: scipshell.c:36 Definition: type_retcode.h:38 SCIP_RETCODE SCIPaddDialogInputLine(SCIP *scip, const char *inputline) Definition: scip.c:8362 SCIP_RETCODE SCIPreadProb(SCIP *scip, const char *filename, const char *extension) Definition: scip.c:8669 Definition: type_retcode.h:36 SCIP command line interface. SCIP_RETCODE SCIPrunShell(int argc, char **argv, const char *defaultsetname) Definition: scipshell.c:310 Definition: type_retcode.h:33 void SCIPsetMessagehdlrQuiet(SCIP *scip, SCIP_Bool quiet) Definition: scip.c:1194 SCIP_RETCODE SCIPincludeDefaultPlugins(SCIP *scip) Definition: scipdefplugins.c:27 SCIP_RETCODE SCIPprocessShellArguments(SCIP *scip, int argc, char **argv, const char *defaultsetname) Definition: scipshell.c:118 void SCIPinfoMessage(SCIP *scip, FILE *file, const char *formatstr,...) Definition: scip.c:1239 Definition: type_retcode.h:45 void SCIPsetMessagehdlrLogfile(SCIP *scip, const char *filename) Definition: scip.c:1182 default SCIP plugins SCIP_RETCODE SCIPprintBestSol(SCIP *scip, FILE *file, SCIP_Bool printzeros) Definition: scip.c:32597 SCIP callable library. |