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 33211bf commit 6aa852dCopy full SHA for 6aa852d
src/types.jl
@@ -29,6 +29,7 @@ mutable struct Ideal{T <: MPolyRingElem}
29
gens::Vector{T}
30
dim::Int
31
gb::Dict{Int, Vector{T}}
32
+ inter_sols::Vector{Vector{Vector{QQFieldElem}}}
33
real_sols::Vector{Vector{QQFieldElem}}
34
rat_sols::Vector{Vector{QQFieldElem}}
35
rat_param::RationalParametrization
0 commit comments