Tolerance in using JuMP optimizer

You probably want

model = Model(Hypatia.Optimizer)
set_attribute(model, "tol_inconsistent", 1e-9)

(I didn’t test, but this is how solver attributes should be set.)

After searching the web for quite a long time, I finally ask my question here

Next time, don’t wait so long :smile:

1 Like