Skip to content

Gröbner basis + complete_reduction=false = SIGSEGV #117

@wegank

Description

@wegank

The following snippet

using AlgebraicSolving
R, (x,y,z) = polynomial_ring(QQ, ["x","y","z"], internal_ordering=:degrevlex)
I = Ideal([x+2*y+2*z-1, x^2+2*y^2+2*z^2-x, 2*x*y+2*y*z-y])
groebner_basis(I, complete_reduction=false)

segfaults on both Linux and macOS. The error does not occur when QQ is replaced by GF(101).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions