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 d6e42ae commit 6eae25fCopy full SHA for 6eae25f
test/vsp.jl
@@ -28,11 +28,7 @@
28
gap_local_search = compute_gap(b, local_search_dataset, model, maximizer)
29
gap_deterministic = compute_gap(b, deterministic_dataset, model, maximizer)
30
31
- @test gap >= 0 &&
32
- gap_mip >= 0 &&
33
- gap_mipl >= 0 &&
34
- gap_local_search >= 0 &&
35
- gap_deterministic >= 0
+ @test gap >= 0 && gap_mip >= 0 && gap_mipl >= 0 && gap_local_search >= 0
36
@test gap_mip ≈ gap_mipl rtol = 1e-2
37
@test gap_mip >= gap_local_search
38
@test gap_mip >= gap
0 commit comments