diff --git a/src/Meta/hs233.jl b/src/Meta/hs233.jl index 8b5dcbea..719de343 100644 --- a/src/Meta/hs233.jl +++ b/src/Meta/hs233.jl @@ -10,7 +10,7 @@ hs233_meta = Dict( :has_bounds => false, :has_fixed_variables => false, :objtype => :other, - :contype => :unconstrained, + :contype => :general, :best_known_lower_bound => 0, :best_known_upper_bound => 0, :is_feasible => true, diff --git a/src/Meta/hs252.jl b/src/Meta/hs252.jl index 6490a887..86b8ce08 100644 --- a/src/Meta/hs252.jl +++ b/src/Meta/hs252.jl @@ -10,7 +10,7 @@ hs252_meta = Dict( :has_bounds => false, :has_fixed_variables => false, :objtype => :other, - :contype => :unconstrained, + :contype => :general, :best_known_lower_bound => 0.04, :best_known_upper_bound => 0.04, :is_feasible => true,