SCIPgetAvgDPseudocostScore

Function SCIPgetAvgDPseudocostScore 

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

gets the average discounted pseudo cost score value over all variables, assuming a fractionality of 0.5

This combines both pscost and ancpscost fields.

@return the average discounted pseudo cost score value over all variables, assuming a fractionality of 0.5, combining both pscost and ancpscost fields

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