Skip to content

Commit

Permalink
1 euro bet
Browse files Browse the repository at this point in the history
  • Loading branch information
sumiya11 committed Jan 10, 2024
1 parent 08d269d commit 758933b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fglm/fglm_internal.jl
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ function fglm_main!(
continue
end

if haskey(_seen, monom)
if haskey(_seen, ht.monoms[monom])
throw("This monomial has been processed before !")
end
_seen[monom] = 1
_seen[ht.monoms[monom]] = 1
# Compute the normal form of the monomial w.r.t. by constructing and
# echelonizing the F4 matrix.
to_be_reduced = basis_initialize(ring, [[monom]], [C[1]])
Expand Down

0 comments on commit 758933b

Please sign in to comment.