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 46d7253 commit bb51835Copy full SHA for bb51835
test/vrep_optimizer.jl
@@ -16,6 +16,6 @@ const MOIB = MOI.Bridges
16
bridged = MOIB.full_bridge_optimizer(cached, Float64)
17
config = MOIT.TestConfig(duals=false)
18
MOIT.contlineartest(bridged, config,
19
- # linear8a and linear12 will be solved by https://github.com/JuliaOpt/MathOptInterface.jl/pull/702<Paste>
+ # linear8a and linear12 will be solved by https://github.com/JuliaOpt/MathOptInterface.jl/pull/702
20
["linear8a", "linear12", "partial_start"])
21
end
0 commit comments