Skip to content

Commit 21c510b

Browse files
authored
Misclassified hs252 as unconstrained
1 parent 2c14b02 commit 21c510b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)