Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Oct 30, 2023
1 parent 927b72f commit b6304de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Utilities/model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ function test_quadratic_functions()
@test MOI.Utilities.is_canonical(F1)
F3 = MOI.get(model, MOI.CanonicalConstraintFunction(), c3)
@test F3 f3
@test F3 === MOI.get(model, MOI.ConstraintFunction(), c3)
@test F3 MOI.get(model, MOI.ConstraintFunction(), c3)
@test MOI.Utilities.is_canonical(F3)
@test MOI.get(model, MOI.CanonicalConstraintFunction(), c1) f3
@test MOI.Utilities.is_canonical(
Expand Down

0 comments on commit b6304de

Please sign in to comment.