-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathShpak1.jl
More file actions
26 lines (26 loc) · 877 Bytes
/
Shpak1.jl
File metadata and controls
26 lines (26 loc) · 877 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
shpak1_meta = Dict(
:nvar => 1,
:variable_nvar => false,
:ncon => 0,
:variable_ncon => false,
:minimize => true,
:name => "Shpak1",
:has_equalities_only => false,
:has_inequalities_only => false,
:has_bounds => false,
:has_fixed_variables => false,
:objtype => :other,
:contype => :unconstrained,
:best_known_lower_bound => -Inf,
:best_known_upper_bound => 0.8394983654755863,
:is_feasible => true,
:defined_everywhere => missing,
:origin => :unknown,
:implementation => :both,
)
get_Shpak1_nvar(; n::Integer = default_nvar, kwargs...) = 1
get_Shpak1_ncon(; n::Integer = default_nvar, kwargs...) = 0
get_Shpak1_nlin(; n::Integer = default_nvar, kwargs...) = 0
get_Shpak1_nnln(; n::Integer = default_nvar, kwargs...) = 0
get_Shpak1_nequ(; n::Integer = default_nvar, kwargs...) = 0
get_Shpak1_nineq(; n::Integer = default_nvar, kwargs...) = 0