Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

init=1 #1180

Merged
merged 1 commit into from
Mar 18, 2022
Merged

init=1 #1180

merged 1 commit into from
Mar 18, 2022

Conversation

fieker
Copy link
Contributor

@fieker fieker commented Mar 18, 2022

No description provided.

@@ -1554,7 +1550,7 @@ function an_sn_by_shape(ct::Set{Vector{Int}}, n::Int)
n <= 3 && return true

ub = n > 8 ? n-3 : n-2
lp = reduce(lcm, map(fmpz, collect(PrimesSet(div(n, 2)+1, ub))))
lp = reduce(lcm, map(fmpz, collect(PrimesSet(div(n, 2)+1, ub))), init = fmpz(1))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does mapreduce work here?

@fieker
Copy link
Contributor Author

fieker commented Mar 18, 2022 via email

@fieker fieker merged commit bdb255f into master Mar 18, 2022
@fieker fieker deleted the quickFix branch March 18, 2022 10:45
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.

None yet

2 participants