From 21c510b293500c7cd0ac63aedb8b3d80aa729db9 Mon Sep 17 00:00:00 2001 From: Tangi Migot Date: Wed, 25 Sep 2024 20:53:33 -0400 Subject: [PATCH 1/2] Misclassified hs252 as unconstrained --- src/Meta/hs252.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, From 34b18e60e27c71163ef510ab84833d8ec7ad7800 Mon Sep 17 00:00:00 2001 From: Tangi Migot Date: Wed, 25 Sep 2024 20:55:00 -0400 Subject: [PATCH 2/2] Update hs233.jl --- src/Meta/hs233.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,