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 ac6c57e commit be05ef1Copy full SHA for be05ef1
test/MOI_wrapper.jl
@@ -15,11 +15,11 @@ const OPTIMIZER = MOI.instantiate(OPTIMIZER_CONSTRUCTOR)
15
@test MOI.get(OPTIMIZER, MOI.SolverName()) == "LocalSearchSolvers"
16
end
17
18
-@testset "supports_default_copy_to" begin
19
- @test MOIU.supports_default_copy_to(OPTIMIZER, false)
20
- # Use `@test !...` if names are not supported
21
- @test !MOIU.supports_default_copy_to(OPTIMIZER, true)
22
-end
+# @testset "supports_default_copy_to" begin
+# @test MOIU.supports_default_copy_to(OPTIMIZER, false)
+# # Use `@test !...` if names are not supported
+# @test !MOIU.supports_default_copy_to(OPTIMIZER, true)
+# end
23
24
const BRIDGED = MOI.instantiate(
25
OPTIMIZER_CONSTRUCTOR, with_bridge_type = Float64
0 commit comments