pub unsafe extern "C" fn SCIPaggrRowSumRows(
scip: *mut SCIP,
aggrrow: *mut SCIP_AGGRROW,
weights: *mut f64,
rowinds: *mut c_int,
nrowinds: c_int,
sidetypebasis: c_uint,
allowlocal: c_uint,
negslack: c_int,
maxaggrlen: c_int,
valid: *mut c_uint,
) -> SCIP_RETCODEExpand description
aggregate rows using the given weights; the current content of the aggregation row, \p aggrrow, is overwritten
@note this method is safe for usage in exact solving mode