We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45da5ad commit 65fc071Copy full SHA for 65fc071
test/algorithms/solvers.jl
@@ -64,6 +64,8 @@
64
# issue 54
65
I = Ideal([R(0)])
66
@test_throws ErrorException real_solutions(I)
67
+ I = Ideal([x1-1,x2+2,R(0)])
68
+ @test sort(real_solutions(I)) == sort(Vector{QQFieldElem}[[1, -2]])
69
70
# check variable permutation
71
R, (x, y) = polynomial_ring(QQ,["x","y"])
0 commit comments