Skip to content

Commit 6aa852d

Browse files
author
Remi Prebet
committed
add the field for interval solutions
1 parent 33211bf commit 6aa852d

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
@@ -29,6 +29,7 @@ mutable struct Ideal{T <: MPolyRingElem}
2929
gens::Vector{T}
3030
dim::Int
3131
gb::Dict{Int, Vector{T}}
32+
inter_sols::Vector{Vector{Vector{QQFieldElem}}}
3233
real_sols::Vector{Vector{QQFieldElem}}
3334
rat_sols::Vector{Vector{QQFieldElem}}
3435
rat_param::RationalParametrization

0 commit comments

Comments
 (0)