SCIPisStopped

Function SCIPisStopped 

Source
pub unsafe extern "C" fn SCIPisStopped(scip: *mut SCIP) -> c_uint
Expand description

returns whether the solving process should be / was stopped before proving optimality; if the solving process should be / was stopped, the status returned by SCIPgetStatus() yields the reason for the premature abort

@return Returns TRUE if solving process is stopped/interrupted, otherwise FALSE.