Skip to content

Commit

Permalink
Bump AlgebraicSolving.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
joschmitt committed Feb 15, 2024
1 parent 3e4c7f5 commit b282a6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cohomCalg_jll = "5558cf25-a90e-53b0-b813-cadaa3ae7ade"

[compat]
AbstractAlgebra = "0.37.5"
AlgebraicSolving = "0.4.6"
AlgebraicSolving = "0.4.10"
Distributed = "1.6"
DocStringExtensions = "0.8, 0.9"
GAP = "0.10.2"
Expand Down
2 changes: 1 addition & 1 deletion test/Rings/groebner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ end
end

@testset "f4" begin
R, (x1,x2,x3,x4) = polynomial_ring(GF(next_prime(2^28)), ["x1", "x2", "x3", "x4"], internal_ordering=:degrevlex)
R, (x1,x2,x3,x4) = polynomial_ring(GF(next_prime(2^28)), ["x1", "x2", "x3", "x4"])
I = ideal(R,[x1+2*x2+2*x3+2*x4-1,
x1^2+2*x2^2+2*x3^2+2*x4^2-x1,
2*x1*x2+2*x2*x3+2*x3*x4-x2,
Expand Down

0 comments on commit b282a6e

Please sign in to comment.