SCIPvarGetProbvarBound

Function SCIPvarGetProbvarBound 

Source
pub unsafe extern "C" fn SCIPvarGetProbvarBound(
    var: *mut *mut SCIP_VAR,
    bound: *mut f64,
    boundtype: *mut SCIP_BOUNDTYPE,
) -> SCIP_RETCODE
Expand description

transforms given variable, boundtype and bound to the corresponding active, fixed, or multi-aggregated variable values