SCIPisUbBetter

Function SCIPisUbBetter 

Source
pub unsafe extern "C" fn SCIPisUbBetter(
    scip: *mut SCIP,
    newub: f64,
    oldlb: f64,
    oldub: f64,
) -> c_uint
Expand description

checks if the given new upper bound is tighter (w.r.t. bound strengthening epsilon) than the old one