pub unsafe extern "C" fn SCIPlpGetObjNorm(lp: *mut SCIP_LP) -> f64Expand description
gets Euclidean norm of objective function vector of column variables, only use this method if lp->objsqrnormunreliable == FALSE, so probably you have to call SCIPlpRecalculateObjSqrNorm before