Skip to content

Commit

Permalink
Address @chriscoey comments
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Aug 13, 2019
1 parent 45d2a06 commit 34340f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions src/Bridges/Constraint/socr.jl
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
"""
SOCRBridge{T, F, G}
The `SecondOrderCone` is `RotatedSecondOrderCone`. We simply do the inverse
transformation of [`RSOCBridge`](@ref). In fact, as the transformation is an
involution, we do the same transformation.
We simply do the inverse transformation of [`RSOCBridge`](@ref). In fact, as the
transformation is an involution, we do the same transformation.
"""
struct SOCRBridge{T, F, G} <: AbstractBridge
rsoc::CI{F, MOI.RotatedSecondOrderCone}
Expand Down
2 changes: 1 addition & 1 deletion test/Bridges/Constraint/socr.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include("../utilities.jl")
mock = MOIU.MockOptimizer(MOIU.Model{Float64}())
config = MOIT.TestConfig()

@testset "RSOC" begin
@testset "SOCR" begin
bridged_mock = MOIB.Constraint.SOCR{Float64}(mock)

MOIT.basic_constraint_tests(
Expand Down

0 comments on commit 34340f9

Please sign in to comment.