Skip to content

Commit

Permalink
up!
Browse files Browse the repository at this point in the history
  • Loading branch information
sumiya11 committed Jan 9, 2024
1 parent e67a4e3 commit bbae2ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/fglm/fglm_internal.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,10 @@ function fglm_main!(
end

# Compute the normal form of the monomial w.r.t. by constructing and
# echelonizing the F4 matrix
# echelonizing the F4 matrix.
to_be_reduced = basis_initialize(ring, [[monom]], [C[1]])
to_be_reduced.nfilled = 1
# ! This call takes most the time
f4_normalform!(ring, basis, to_be_reduced, ht, params.arithmetic)

# Search for a linear relation between all the computed normal forms
Expand Down

0 comments on commit bbae2ab

Please sign in to comment.