Skip to content

Commit 635bdf8

Browse files
author
Remi Prebet
committed
add test for variables permutation when additional variables
1 parent dff229d commit 635bdf8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/algorithms/solvers.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,7 @@
5959
[1, 0]
6060
]
6161
@test sols == real_solutions(I)
62+
63+
I = Ideal([x^2-1, y^2])
64+
@test sols == real_solutions(I)
6265
end

0 commit comments

Comments
 (0)