Skip to content

Commit f8cc4d1

Browse files
committed
Update FlatZinc.jl
1 parent f76c2f6 commit f8cc4d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/FlatZinc/FlatZinc.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,9 @@
9494
@testset "Supported constrained variable with $(S)" for S in [
9595
MOI.EqualTo{Float64},
9696
MOI.LessThan{Float64},
97-
MOI.GreaterThan{Float64},
9897
MOI.Interval{Float64},
9998
MOI.EqualTo{Int},
10099
MOI.LessThan{Int},
101-
MOI.GreaterThan{Int},
102100
MOI.Interval{Int},
103101
MOI.EqualTo{Bool},
104102
MOI.ZeroOne,

0 commit comments

Comments
 (0)