Skip to content

Commit c0393ac

Browse files
committed
adds rat_sols caching to type Ideal
1 parent d33c4a1 commit c0393ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ mutable struct Ideal{T <: MPolyElem}
3030
dim::Int
3131
gb::Dict{Int, Vector{T}}
3232
real_sols::Vector{Vector{fmpq}}
33+
rat_sols::Vector{Vector{fmpq}}
3334
rat_param::RationalParametrization
3435

3536
function Ideal(F::Vector{T}) where {T <: MPolyElem}

0 commit comments

Comments
 (0)