pub unsafe extern "C" fn SCIPaggrRowGetAbsWeightRange(
aggrrow: *mut SCIP_AGGRROW,
minabsrowweight: *mut f64,
maxabsrowweight: *mut f64,
)Expand description
gets the min and max absolute value of the weights used to aggregate the rows; must not be called for empty aggregation rows