Skip to content

Commit

Permalink
change random strategy slightly (oscar-system#2595)
Browse files Browse the repository at this point in the history
  • Loading branch information
fieker authored Jul 30, 2023
1 parent 904095b commit a4d4948
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NumberTheory/GaloisGrp/GaloisGrp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2257,6 +2257,7 @@ function relative_invariant(G, U; Chain::Union{Nothing, <:Vector{<:Tuple{PermGro
if length(d) == length(T)
break
end
r = [rand(k) for i=1:degree(G)]
mu[j] += 1
if mu[j] > characteristic(k)
error("dnw")
Expand Down

0 comments on commit a4d4948

Please sign in to comment.