scip_general.c File Reference
Detailed Description
general public methods
Definition in file scip_general.c.
#include "blockmemshell/memory.h"#include "lpi/lpi.h"#include "scip/exprinterpret.h"#include "scip/clock.h"#include "scip/debug.h"#include "scip/dialog.h"#include "scip/interrupt.h"#include "scip/mem.h"#include "scip/message_default.h"#include "scip/nlp.h"#include "scip/pub_message.h"#include "scip/retcode.h"#include "scip/scipbuildflags.h"#include "scip/scipcoreplugins.h"#include "scip/scip_general.h"#include "scip/scipgithash.h"#include "scip/scip_mem.h"#include "scip/scip_message.h"#include "scip/scip_numerics.h"#include "scip/scip_prob.h"#include "scip/scip_solvingstats.h"#include "scip/set.h"#include "scip/solve.h"#include "scip/struct_mem.h"#include "scip/struct_primal.h"#include "scip/struct_prob.h"#include "scip/struct_scip.h"#include "scip/struct_set.h"#include "scip/struct_stat.h"#include "scip/syncstore.h"#include "scip/lapack_calls.h"#include <string.h>#include <strings.h>Go to the source code of this file.
Function Documentation
◆ doScipCreate()
|
static |
internal method to create SCIP
- Parameters
-
scip pointer to SCIP data structure
Definition at line 236 of file scip_general.c.
References BMSallocMemory, BMSclearMemory, FALSE, NULL, SCIP_ALLOC, SCIP_CALL, SCIP_CLOCKTYPE_DEFAULT, SCIP_MAXSTRLEN, SCIP_OKAY, SCIPblkmem(), SCIPclockCreate(), SCIPclockStart(), SCIPcreateMessagehdlrDefault(), SCIPdialoghdlrCreate(), SCIPexprintGetDesc(), SCIPexprintGetName(), SCIPincludeCorePlugins(), SCIPinterruptCreate(), SCIPlapackVersion(), SCIPlpiGetSolverDesc(), SCIPlpiGetSolverName(), SCIPmemCreate(), SCIPnlpInclude(), SCIPsetCreate(), SCIPsetIncludeExternalCode(), SCIPsnprintf(), SCIPsyncstoreCreate(), and TRUE.
Referenced by SCIPcreate().
