diff --git a/src/stats/stats.jl b/src/stats/stats.jl index 76f913a..a7f6c44 100644 --- a/src/stats/stats.jl +++ b/src/stats/stats.jl @@ -13,7 +13,6 @@ const STATUSES = Dict(:unknown => "unknown", :unbounded => "objective function may be unbounded from below", :exception => "unhandled exception", :stalled => "stalled", - :infeasible => "infeasible point", :small_residual => "small residual" )