Skip to content

Fix a bug in auto-reduction in F4#209

Open
sumiya11 wants to merge 1 commit into
masterfrom
dim-bug
Open

Fix a bug in auto-reduction in F4#209
sumiya11 wants to merge 1 commit into
masterfrom
dim-bug

Conversation

@sumiya11

@sumiya11 sumiya11 commented Mar 2, 2026

Copy link
Copy Markdown
Owner

The bug can be reproduced with this example:

using Revise, Groebner, Nemo

R, x = polynomial_ring(QQ, ["x$i" for i in 1:5])
sys = [
    x[1]^2 - 1,
    x[1]^2 - 1,
    x[2]^2 - 2,
    x[2]^2 - 2,
]
@assert dimension(sys) == 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant