pub unsafe extern "C" fn SCIPvarGetOrigvarSum(
var: *mut *mut SCIP_VAR,
scalar: *mut f64,
constant: *mut f64,
) -> SCIP_RETCODEExpand description
retransforms given variable, scalar and constant to the corresponding original variable, scalar and constant, if possible; if the retransformation is impossible, NULL is returned as variable