Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Dec 14, 2023
1 parent cac4138 commit 51b1531
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/Bridges/lazy_bridge_optimizer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ function MOI.supports(
MOI.ScalarQuadraticFunction{T},
MOI.ScalarNonlinearFunction,
MOI.VectorOfVariables,
MOI.VectorAffineFunction{T},
MOI.VectorQuadraticFunction{T},
MOI.VectorNonlinearFunction,
},
Expand Down Expand Up @@ -377,6 +378,7 @@ function MOI.supports(
MOI.ScalarQuadraticFunction{T},
MOI.ScalarNonlinearFunction,
MOI.VectorOfVariables,
MOI.VectorAffineFunction{T},
MOI.VectorQuadraticFunction{T},
MOI.VectorNonlinearFunction,
},
Expand Down

0 comments on commit 51b1531

Please sign in to comment.