Native handling of abs, min/max, and/or, and indicators by default:
For the general constraints abs, min/max, and/or, Gurobi 9.5 seems to use
tight MIP reformulations, matching the performance of MIPConverter redfinitions.
In contrast, indicator constraints behave differently to MIP reformulations
(accessible by acc:ind_..=1): better primal and worse dual bounds.
Setting acc:* = 2 as default (native handling).