Function scip_sys::SCIPvarGetUbAtIndex
source · pub unsafe extern "C" fn SCIPvarGetUbAtIndex(
var: *mut SCIP_VAR,
bdchgidx: *mut SCIP_BDCHGIDX,
after: c_uint
) -> f64Expand description
returns upper bound of variable directly before or after the bound change given by the bound change index was applied
@deprecated Please use SCIPgetVarUbAtIndex()