Skip to content

Commit cbf2767

Browse files
authored
Misclassified hs252 and hs233 as unconstrained (#349)
* Misclassified hs252 as unconstrained * Update hs233.jl
1 parent 2c14b02 commit cbf2767

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Meta/hs233.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ hs233_meta = Dict(
1010
:has_bounds => false,
1111
:has_fixed_variables => false,
1212
:objtype => :other,
13-
:contype => :unconstrained,
13+
:contype => :general,
1414
:best_known_lower_bound => 0,
1515
:best_known_upper_bound => 0,
1616
:is_feasible => true,

src/Meta/hs252.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ hs252_meta = Dict(
1010
:has_bounds => false,
1111
:has_fixed_variables => false,
1212
:objtype => :other,
13-
:contype => :unconstrained,
13+
:contype => :general,
1414
:best_known_lower_bound => 0.04,
1515
:best_known_upper_bound => 0.04,
1616
:is_feasible => true,

0 commit comments

Comments
 (0)