From cbf276712d22aadf92e2dc18f1c78e4c59e1362e Mon Sep 17 00:00:00 2001 From: Tangi Migot Date: Thu, 26 Sep 2024 21:14:46 -0400 Subject: [PATCH] Misclassified hs252 and hs233 as unconstrained (#349) * Misclassified hs252 as unconstrained * Update hs233.jl --- src/Meta/hs233.jl | 2 +- src/Meta/hs252.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,