Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"

[compat]
JuMP = "0.23"
JuMP = "0.23, 1"
MathOptInterface = "1"
julia = "1.6"
1 change: 1 addition & 0 deletions test/Tests/test_MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"test_conic_SecondOrderCone_no_initial_bound",
"test_conic_RotatedSecondOrderCone_out_of_order",
"test_conic_linear_INFEASIBLE",
"test_conic_empty_matrix",
],
)
end
Expand Down