Function SCIPupdateDistributionScore

Source
pub unsafe extern "C" fn SCIPupdateDistributionScore(
    scip: *mut SCIP,
    currentprob: f64,
    newprobup: f64,
    newprobdown: f64,
    upscore: *mut f64,
    downscore: *mut f64,
    scoreparam: c_char,
) -> SCIP_RETCODE
Expand description

update the up- and downscore of a single variable after calculating the impact of branching on a particular row, depending on the chosen score parameter