pub unsafe extern "C" fn SCIPaggrRowAddObjectiveFunction(
scip: *mut SCIP,
aggrrow: *mut SCIP_AGGRROW,
rhs: f64,
scale: f64,
) -> SCIP_RETCODE
Expand description
add the objective function with right-hand side @p rhs and scaled by @p scale to the aggregation row