Function SCIPgetAvgLowerbound

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

gets average lower (dual) bound of all unprocessed nodes in transformed problem

@return the average lower (dual) bound of all unprocessed nodes in transformed problem

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