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.
2 parents 4e2032e + 2fa45f9 commit c7b0f6cCopy full SHA for c7b0f6c
test/MPBWrapper.jl
@@ -16,7 +16,7 @@ end
16
include(joinpath(MPB_test_path, "conicinterface.jl"))
17
# FIXME fails on Windows 32 bits... Maybe I should put linear vars/cons
18
# in a diagonal matrix in SemidefiniteModels.jl instead of many 1x1 blocks
19
- @static if !Compat.Sys.iswindows() || Compat.Sys.WORD_SIZE != 32
+ @static if !Compat.Sys.iswindows() || Sys.WORD_SIZE != 32
20
@testset "Conic linear tests" begin
21
coniclineartest(solver, duals=true, tol=1e-6)
22
end
0 commit comments