SCIPgetPlungeDepth

Function SCIPgetPlungeDepth 

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

gets current plunging depth (successive times, a child was selected as next node)

@return the current plunging depth (successive times, a child was selected as next node)

@pre This method can be called if SCIP is in one of the following stages: - \ref SCIP_STAGE_PRESOLVED - \ref SCIP_STAGE_SOLVING