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 b005c02 commit d6e42aeCopy full SHA for d6e42ae
test/vsp.jl
@@ -36,7 +36,7 @@
36
@test gap_mip ≈ gap_mipl rtol = 1e-2
37
@test gap_mip >= gap_local_search
38
@test gap_mip >= gap
39
- @test gap__local_search >= gap_deterministic
+ @test gap_local_search >= gap_deterministic
40
41
for sample in dataset
42
x = sample.x
0 commit comments