SCIPaggrRowAddObjectiveFunctionSafely

Function SCIPaggrRowAddObjectiveFunctionSafely 

Source
pub unsafe extern "C" fn SCIPaggrRowAddObjectiveFunctionSafely(
    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 variant of SCIPaggrRowAddObjectiveFunction that is safe to use in exact mode