Closed mzy2240 closed 1 year ago
Can we add the support for checking which constraints are conflicted? I heard the C interface and the python interface already support this feature.
Docs: https://jump.dev/MathOptInterface.jl/dev/reference/models/#Conflict-Status
Gurobi implementation: https://github.com/jump-dev/Gurobi.jl/blob/555efdf64940812ac954519e34bdb77a1dc7ad53/src/MOI_wrapper/MOI_wrapper.jl#L3744-L3925
This should be included with #23, so I am closing this.
Can we add the support for checking which constraints are conflicted? I heard the C interface and the python interface already support this feature.