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 df9b908 commit 46bb75dCopy full SHA for 46bb75d
Project.toml
@@ -15,6 +15,8 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
15
16
[compat]
17
IfElse = "0.1"
18
+Ipopt = "1.0.2"
19
+MathOptInterface = "1.3.0"
20
Parameters = "0.12"
21
Scratch = "1.0"
22
Symbolics = "0.1.29 - 0.1.32"
src/options.jl
@@ -25,7 +25,7 @@ Base.@kwdef mutable struct Options{T}
25
print_user_options = "no"
26
# print_options_documentation = "no"
27
# print_timing_statistics = "no"
28
- print_options_mode = "text"
+ # print_options_mode = "text"
29
# print_advanced_options = "no"
30
print_info_string = "no"
31
inf_pr_output = "original"
0 commit comments