I have a JuMP.jl model that I solve using Gurobi. For some cases (data) it is infeasible.
I am using MathOptAnalyzer.jl to generate an infeasibility report:
MathOptAnalyzer.analyze(MathOptAnalyzer.Infeasibility.Analyzer(), model; optimizer=optimizer)
However, it fails with
MathOptInterface.UnsupportedConstraint{MathOptInterface.ScalarAffineFunction{Float64}, MathOptInterface.Interval{Float64}}("")
How can this happen?