SCIPgetVarMultaggrUbGlobal

Function SCIPgetVarMultaggrUbGlobal 

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

for a multi-aggregated variable, gives the global upper bound computed by adding the global bounds from all aggregation variables, this upper bound may be tighter than the one given by SCIPvarGetUbGlobal, since the latter is not updated if bounds of aggregation variables are changing

calling this function for a non-multi-aggregated variable is not allowed