Skip to content

Commit c11661a

Browse files
committed
Update gulf metadata
1 parent 80ebc0a commit c11661a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Meta/gulf.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ gulf_meta = Dict(
1414
:best_known_lower_bound => -Inf,
1515
:best_known_upper_bound => 0.0,
1616
:is_feasible => true,
17-
:defined_everywhere => missing,
18-
:origin => :unknown,
17+
:defined_everywhere => false,
18+
:origin => :real,
1919
)
2020
get_gulf_nvar(; n::Integer = default_nvar, kwargs...) = 3
2121
get_gulf_ncon(; n::Integer = default_nvar, kwargs...) = 0

0 commit comments

Comments
 (0)