pub unsafe extern "C" fn SCIPgetPlungeDepth(scip: *mut SCIP) -> c_intExpand 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