pub unsafe extern "C" fn SCIPaggrRowAddRowSafely(
scip: *mut SCIP,
aggrrow: *mut SCIP_AGGRROW,
row: *mut SCIP_ROW,
weight: f64,
sidetype: c_int,
success: *mut c_uint,
) -> SCIP_RETCODEExpand description
add weighted row to aggregation row @note this method is the variant of SCIPaggrRowAddRow that is safe to use in exact solving mode