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 42a140b commit 8de59c5Copy full SHA for 8de59c5
test/algorithms/solvers.jl
@@ -27,6 +27,8 @@
27
28
param = rational_parametrization(I)
29
30
+ @test param.vars == [:x1, :x2, :x3, :x4]
31
+ @test param.lf_cfs == fmpz[]
32
@test param.elim == elim
33
@test param.denom == denom
34
@test param.param[1] == p1
0 commit comments