oscar-system / Singular.jl

Julia package for the Singular library
Other
30 stars 31 forks source link

Hs/hilb #787

Closed hannes14 closed 4 months ago

hannes14 commented 5 months ago

see https://github.com/oscar-system/Oscar.jl/issues/2411, but to really solve it, HilbertData must be changed to Vector{Integer} or similiar

hannes14 commented 5 months ago

@wdecker @fingolfin @JohnAAbbott HilbertData is Vector{Int32} which causes this overflow, the algorithm in Singular works with GMP integers.