Open odow opened 17 hours ago
I'm not sure to understand why we need this. If it's not supported, add_constraint
is already throwing UnsupportedConstraint
so we shouldn't have to call supports_constraint
. If the model does not throw correctly then the model should be fixed, we should not complicate copy_to
just to make bugs occur less frequently (as they will still appear if the user calls add_constraint
directly).
Reported as https://discourse.julialang.org/t/jump-moi-wrapper-interface-problem/121776/5