pub unsafe extern "C" fn SCIPgetTotalTime(scip: *mut SCIP) -> f64Expand description
gets the current total SCIP time in seconds, possibly accumulated over several problems.
@return the current total SCIP time in seconds, ie. the total time since the SCIP instance has been created