pub unsafe extern "C" fn SCIPvarGetOrigvarSumExact(
var: *mut *mut SCIP_VAR,
scalar: *mut SCIP_RATIONAL,
constant: *mut SCIP_RATIONAL,
) -> 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