Skip to content

Commit

Permalink
Misclassified hs252 and hs233 as unconstrained (#349)
Browse files Browse the repository at this point in the history
* Misclassified hs252 as unconstrained

* Update hs233.jl
  • Loading branch information
tmigot authored Sep 27, 2024
1 parent 2c14b02 commit cbf2767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Meta/hs233.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/Meta/hs252.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cbf2767

Please sign in to comment.