SCIPisLbBetter

Function SCIPisLbBetter 

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

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