Skip to content

Commit 9e3d69e

Browse files
authored
formatting fixes
1 parent 3e306bb commit 9e3d69e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/bridge.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ MOIU.@model(NoRSOCModel,
150150
MOIT.copytest(bridgedmock, NoRSOCModel{Float64}())
151151
end
152152

153-
# Test that RSOCtoPSD is used instead of RSOC+SOCtoPSD as it is a shortest path
153+
# Test that RSOCtoPSD is used instead of RSOC+SOCtoPSD as it is a shortest path.
154154
@testset "Bridge selection" begin
155155
MOI.empty!(bridgedmock)
156156
@test !(MOI.supports_constraint(bridgedmock, MOI.VectorAffineFunction{Float64}, MOI.LogDetConeTriangle))
@@ -176,11 +176,11 @@ MOIU.@model(NoRSOCModel,
176176
end
177177
for F in [MOI.VectorOfVariables, MOI.VectorAffineFunction{Float64}]
178178
# The bridges in this for loop do not support yet
179-
# VectorQuadraticFunction, see TODO's for the reason
180-
# TODO Missing vcat for quadratic for supporting quadratic
179+
# VectorQuadraticFunction. See TODO's for the reason.
180+
# TODO: Missing vcat for quadratic for supporting quadratic.
181181
@test MOI.supports_constraint(fullbridgedmock, F,
182182
MOI.RotatedSecondOrderCone)
183-
# TODO det bridges need to use MOIU.operate to support quadratic
183+
# TODO: Det bridges need to use MOIU.operate to support quadratic.
184184
@test MOI.supports_constraint(fullbridgedmock, F,
185185
MOI.LogDetConeTriangle)
186186
@test MOI.supports_constraint(fullbridgedmock, F,

0 commit comments

Comments
 (0)