SCIPgetAvgPseudocost

Function SCIPgetAvgPseudocost 

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

gets the average pseudo cost value for the given direction over all variables

@return the average pseudo cost value for the given direction over all variables

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