pub unsafe extern "C" fn SCIPaggrRowAddRow(
scip: *mut SCIP,
aggrrow: *mut SCIP_AGGRROW,
row: *mut SCIP_ROW,
weight: f64,
sidetype: c_int,
) -> SCIP_RETCODEExpand description
add weighted row to the aggregation row
pub unsafe extern "C" fn SCIPaggrRowAddRow(
scip: *mut SCIP,
aggrrow: *mut SCIP_AGGRROW,
row: *mut SCIP_ROW,
weight: f64,
sidetype: c_int,
) -> SCIP_RETCODEadd weighted row to the aggregation row