SCIPvarGetUbchgInfo

Function SCIPvarGetUbchgInfo 

Source
pub unsafe extern "C" fn SCIPvarGetUbchgInfo(
    var: *mut SCIP_VAR,
    bdchgidx: *mut SCIP_BDCHGIDX,
    after: c_uint,
) -> *mut SCIP_BDCHGINFO
Expand description

returns the bound change information for the last upper bound change on given active problem variable before or after the bound change with the given index was applied; returns NULL, if no change to the upper bound was applied up to this point of time