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 d33c4a1 commit c0393acCopy full SHA for c0393ac
src/types.jl
@@ -30,6 +30,7 @@ mutable struct Ideal{T <: MPolyElem}
30
dim::Int
31
gb::Dict{Int, Vector{T}}
32
real_sols::Vector{Vector{fmpq}}
33
+ rat_sols::Vector{Vector{fmpq}}
34
rat_param::RationalParametrization
35
36
function Ideal(F::Vector{T}) where {T <: MPolyElem}
0 commit comments