SCIPvarGetVubVars

Function SCIPvarGetVubVars 

Source
pub unsafe extern "C" fn SCIPvarGetVubVars(
    var: *mut SCIP_VAR,
) -> *mut *mut SCIP_VAR
Expand description

gets array with bounding variables z_i in variable upper bounds x <= b_i*z_i + d_i of given variable x; the variable bounds are sorted by increasing variable index of the bounding variable z_i (see SCIPvarGetIndex())