cmain.c File Reference Detailed DescriptionMain file for binpacking pricing example. This the file contains the main() main function of the projects. This includes all the default plugins of SCIP and the once which belong to that projects. After that is starts the interactive shell of SCIP or processes the shell arguments if given. Definition in file cmain.c. #include <stdio.h> #include "scip/scip.h" #include "scip/scipshell.h" #include "scip/scipdefplugins.h" #include "branch_ryanfoster.h" #include "cons_samediff.h" #include "pricer_binpacking.h" #include "reader_bpa.h" Go to the source code of this file.
Function Documentation
Definition at line 94 of file cmain.c. References runShell().
creates a SCIP instance with default plugins, evaluates command line parameters, runs SCIP appropriately, and frees the SCIP instance
Definition at line 40 of file cmain.c. References SCIPincludeBranchruleRyanFoster(), SCIPincludeConshdlrSamediff(), SCIPincludePricerBinpacking(), and SCIPincludeReaderBpa(). Referenced by main(). |