Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Dec 18, 2019
1 parent d376b0d commit 7d9b2cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/Bridges/lazy_bridge_optimizer.jl
Expand Up @@ -693,10 +693,11 @@ end
@testset "Continuous Conic with NoVariableModel{Float64}" begin
model = NoVariableModel{Float64}()
bridged = MOIB.full_bridge_optimizer(model, Float64)
@show MOIB.bridge_type(bridged, MOI.SecondOrderCone)
@show MOIB.bridge_type(bridged, MOI.RotatedSecondOrderCone)
MOIT.soctest(bridged, MOIT.TestConfig(solve=false))
MOIT.rsoctest(bridged, MOIT.TestConfig(solve=false))
println(">>>>")
MOIB.print_graph(bridged)
println("<<<<")
@test sprint(MOIB.print_graph, bridged) == """
Bridge graph with 9 variable nodes, 11 variable nodes and 0 objective nodes.
[1] constrained variables in `MOI.SecondOrderCone` are supported (distance 2) by adding free variables and then constrain them, see (1).
Expand Down

0 comments on commit 7d9b2cb

Please sign in to comment.