Skip to content

Commit c1256dd

Browse files
authored
Update linear_constraint_tests.jl
1 parent e0cc38f commit c1256dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/linear_constraint_tests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using Test
22
using JuMP
33
using DisjunctiveProgramming
4+
using Symbolics
45

56
@testset "linear constraints" begin
67

@@ -133,4 +134,4 @@ using DisjunctiveProgramming
133134
m2 = simple_example(:CHR)
134135
model_CHR_valid(m2)
135136

136-
end
137+
end

0 commit comments

Comments
 (0)