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 3185e61 commit 04f0c33Copy full SHA for 04f0c33
test/runtests.jl
@@ -5,7 +5,7 @@ using Cbc
5
using JuMP
6
using LinearAlgebra: I
7
8
-if !Sys.iswindows() && Sys.ARCH == :x86_64
+@static if !Sys.iswindows() && Sys.ARCH == :x86_64
9
using Pkg
10
Pkg.add("BlossomV")
11
import BlossomV # to test the extension
@@ -144,7 +144,7 @@ end
144
145
@testset "minimum_weight_perfect_matching" begin
146
algos = Any[LEMONMWPMAlgorithm()]
147
- if !Sys.iswindows() && Sys.ARCH == :x86_64
+ @static if !Sys.iswindows() && Sys.ARCH == :x86_64
148
push!(algos, BlossomVAlgorithm())
149
end
150
for algorithm in algos
0 commit comments