Skip to content

Commit 0fefa7d

Browse files
authored
Enable tests fixed by objective bridges (#62)
1 parent b55e7cf commit 0fefa7d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1616
BinaryProvider = "0.5.9"
1717
CSDP_jll = "=6.2.0"
1818
Glob = "1.2"
19-
MathOptInterface = "0.9.14"
19+
MathOptInterface = "0.9.22"
2020
julia = "1"
2121

2222
[extras]

test/MOI_wrapper.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ end
3636
"number_threads",
3737
# `TimeLimitSec` not supported.
3838
"time_limit_sec",
39-
# SingleVariable objective of bridged variables, will be solved by objective bridges
40-
"solve_time", "raw_status_string", "solve_singlevariable_obj",
4139
# Quadratic functions are not supported
4240
"solve_qcp_edge_cases", "solve_qp_edge_cases",
4341
# Integer and ZeroOne sets are not supported

0 commit comments

Comments
 (0)