We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93d8bb commit 5f703f8Copy full SHA for 5f703f8
src/Meta/mgh10.jl
@@ -14,8 +14,8 @@ mgh10_meta = Dict(
14
:best_known_lower_bound => -Inf,
15
:best_known_upper_bound => 500.0,
16
:is_feasible => true,
17
- :defined_everywhere => missing,
18
- :origin => :unknown,
+ :defined_everywhere => false,
+ :origin => :academic,
19
)
20
get_mgh10_nvar(; n::Integer = default_nvar, kwargs...) = 3
21
get_mgh10_ncon(; n::Integer = default_nvar, kwargs...) = 0
0 commit comments