Skip to content

Commit 47a48fd

Browse files
committed
Update
1 parent 3e1d0d4 commit 47a48fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Bridges/Constraint/SplitHyperRectangleBridge.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ function test_runtests_all_free_rows()
115115
x = MOI.add_variable(model)
116116
f = MOI.Utilities.operate(vcat, Float64, 1.0 * x)
117117
c = MOI.add_constraint(model, f, MOI.HyperRectangle([-Inf], [Inf]))
118+
@test MOI.get(model, MOI.ConstraintDual(), c) == [0.0]
118119
@test_throws(
119120
MOI.GetAttributeNotAllowed{MOI.ConstraintPrimal},
120121
MOI.get(model, MOI.ConstraintPrimal(), c)

0 commit comments

Comments
 (0)