pub unsafe extern "C" fn SCIPaddRowprepTerms(
    scip: *mut SCIP,
    rowprep: *mut SCIP_ROWPREP,
    nvars: c_int,
    vars: *mut *mut SCIP_VAR,
    coefs: *mut f64
) -> SCIP_RETCODE
Expand description

adds several terms coef*var to a rowprep