**Summary** Adding constraint names in JuMP/MOI fails when the model information is copied over to the Diff model structure: ```julia @constraint(model, cons, pc * x == 3 * p) # Fails ``` Pointed out in [this comment](https://github.com/jump-dev/DiffOpt.jl/pull/281/files#diff-49fba720a81dd6dfac1fda910f7eb93645c0d36ef32c0bac5b7e3aef977ebaeaR67-R68). TODO from: https://github.com/jump-dev/DiffOpt.jl/pull/281