Function scip_sys::SCIPcreate
source · pub unsafe extern "C" fn SCIPcreate(
scip: *mut *mut SCIP
) -> SCIP_RETCODEExpand description
creates and initializes SCIP data structures
@note The SCIP default message handler is installed. Use the method SCIPsetMessagehdlr() to install your own message handler or SCIPsetMessagehdlrLogfile() and SCIPsetMessagehdlrQuiet() to write into a log file and turn off/on the display output, respectively.
@return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref SCIP_Retcode “SCIP_RETCODE” for a complete list of error codes.
@post After calling this method @p scip reached the solving stage \ref SCIP_STAGE_INIT
See \ref SCIP_Stage “SCIP_STAGE” for a complete list of all possible solving stages.