SCIPlpUpdateVarLb

Function SCIPlpUpdateVarLb 

Source
pub unsafe extern "C" fn SCIPlpUpdateVarLb(
    lp: *mut SCIP_LP,
    set: *mut SCIP_SET,
    var: *mut SCIP_VAR,
    oldlb: f64,
    newlb: f64,
) -> SCIP_RETCODE
Expand description

updates current pseudo and loose objective value for a change in a variable’s lower bound