pub const NLP_SCALING_MAX_GRADIENT: Number = 100.0;Expand description
nlp_scaling_max_gradient’s default — the cutoff above which
gradient-based scaling fires. Overridable with --scaling-max-gradient
so a preflight can preview the same cutoff the solve will run under.