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 f106018 commit e979810Copy full SHA for e979810
test/runtests.jl
@@ -3,6 +3,6 @@ using Test
3
4
include("maxcut.jl")
5
include("sdp.jl")
6
-#include("build.jl")
7
-#include("options.jl")
8
-#include("MOI_wrapper.jl")
+include("build.jl")
+include("options.jl")
+include("MOI_wrapper.jl")
0 commit comments