Skip to content

Commit 46bb75d

Browse files
author
taylor howell
committed
compat fix
1 parent df9b908 commit 46bb75d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
1515

1616
[compat]
1717
IfElse = "0.1"
18+
Ipopt = "1.0.2"
19+
MathOptInterface = "1.3.0"
1820
Parameters = "0.12"
1921
Scratch = "1.0"
2022
Symbolics = "0.1.29 - 0.1.32"

src/options.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Base.@kwdef mutable struct Options{T}
2525
print_user_options = "no"
2626
# print_options_documentation = "no"
2727
# print_timing_statistics = "no"
28-
print_options_mode = "text"
28+
# print_options_mode = "text"
2929
# print_advanced_options = "no"
3030
print_info_string = "no"
3131
inf_pr_output = "original"

0 commit comments

Comments
 (0)