Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Dec 12, 2024
1 parent 4050b4e commit 612de31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ mutable struct ComplementsToScalarNonlinearFunctionBridge{
y::Vector{MOI.VariableIndex}
ci_eq::Vector{MOI.ConstraintIndex{G,MOI.EqualTo{T}}}
ci_lt::Vector{
MOI.ConstraintIndex{MOI.ScalarQuadraticFunction{T},MOI.LessThan{T}}
MOI.ConstraintIndex{MOI.ScalarQuadraticFunction{T},MOI.LessThan{T}},
}
bounds::Vector{NTuple{2,T}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function test_runtests_VectorOfVariables()
1.0 * x * y <= 0.0
y in Interval(0.0, Inf)
x >= 0.0
"""
""",
)
MOI.Bridges.runtests(
MOI.Bridges.Constraint.ComplementsToScalarNonlinearFunctionBridge,
Expand Down

0 comments on commit 612de31

Please sign in to comment.