pub unsafe extern "C" fn SCIPgetRowMaxCoef(
scip: *mut SCIP,
row: *mut SCIP_ROW,
) -> f64Expand description
returns maximal absolute value of row vector’s non-zero coefficients
@return maximal absolute value of row vector’s non-zero coefficients
@pre this method can be called in one of the following stages of the SCIP solving process: - \ref SCIP_STAGE_INITSOLVE - \ref SCIP_STAGE_SOLVING