pub unsafe extern "C" fn SCIPgetStage(scip: *mut SCIP) -> SCIP_STAGEExpand description
returns current stage of SCIP
@return the current SCIP stage
See \ref SCIP_Stage “SCIP_STAGE” for a complete list of all possible solving stages.
pub unsafe extern "C" fn SCIPgetStage(scip: *mut SCIP) -> SCIP_STAGEreturns current stage of SCIP
@return the current SCIP stage
See \ref SCIP_Stage “SCIP_STAGE” for a complete list of all possible solving stages.