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 c6dc48d commit 2d2a3bbCopy full SHA for 2d2a3bb
test/runtests.jl
@@ -5,7 +5,7 @@ using Cbc
5
using JuMP
6
using LinearAlgebra: I
7
8
-if !Sys.iswindows()
+if !Sys.iswindows() && Sys.ARCH == :x86_64
9
using Pkg
10
Pkg.add("BlossomV")
11
import BlossomV # to test the extension
@@ -266,7 +266,7 @@ end
266
267
@testset "minimum_weight_perfect_matching" begin
268
algos = Any[LEMONMWPMAlgorithm()]
269
- if !Sys.iswindows()
+ if !Sys.iswindows() && Sys.ARCH == :x86_64
270
push!(algos, BlossomVAlgorithm())
271
end
272
for algorithm in algos
0 commit comments