SCIPgetAvgDualbound

Function SCIPgetAvgDualbound 

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

gets average dual bound of all unprocessed nodes for original problem

@return the average dual bound of all unprocessed nodes for original 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