Line 23 of solution.jl assumes that JuMP.dual_status() is implemented for all solvers, however it can fail when that is not the case (for example, SCIP.jl currently doesn not implement the function). I stashed one way of doing this in the branch rbent-safety-checks, but I suspect there is a more elegant way of doing this
Line 23 of solution.jl assumes that JuMP.dual_status() is implemented for all solvers, however it can fail when that is not the case (for example, SCIP.jl currently doesn not implement the function). I stashed one way of doing this in the branch rbent-safety-checks, but I suspect there is a more elegant way of doing this