All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
scipshell.h File Reference Detailed DescriptionSCIP command line interface. Definition in file scipshell.h. Go to the source code of this file.
Function Documentation
evaluates command line parameters and runs SCIP appropriately in the given SCIP instance
Definition at line 118 of file scipshell.c. References FALSE, fromCommandLine(), NULL, readParams(), SCIP_Bool, SCIP_CALL, SCIP_MAXSTRLEN, SCIP_OKAY, SCIPaddDialogInputLine(), SCIPfclose(), SCIPfeof(), SCIPfgets(), SCIPfopen(), SCIPinfoMessage(), SCIPprintExternalCodes(), SCIPprintSysError(), SCIPprintVersion(), SCIPsetMessagehdlrLogfile(), SCIPsetMessagehdlrQuiet(), SCIPstartInteraction(), and TRUE. Referenced by SCIPrunShell().
creates a SCIP instance with default plugins, evaluates command line parameters, runs SCIP appropriately, and frees the SCIP instance
Definition at line 310 of file scipshell.c. References BMScheckEmptyMemory, NULL, SCIP_CALL, SCIP_OKAY, SCIPcreate(), SCIPfree(), SCIPincludeDefaultPlugins(), and SCIPprocessShellArguments(). Referenced by main(). |