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

Adds algorithm option :modular for Gröbner basis computations #4246

Merged
merged 3 commits into from
Oct 26, 2024

Conversation

ederc
Copy link
Member

@ederc ederc commented Oct 25, 2024

This PR is a first step for enabling multi-modular Gröbner basis computations. It adds the algorithm option :modular and applies (if possible) either a multi-modular f4 from AlgebraicSolving or a multi-modular Buchberger based on Singular.

Following this PR, further implementations in other applicable settings for the multi-modular Buchberger need to be moved from experimental. Also, discussions about default options need to be discussed and are not part of this PR.

@ederc ederc mentioned this pull request Oct 25, 2024
Copy link

codecov bot commented Oct 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.59%. Comparing base (eaa8972) to head (b3ddc9e).
Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4246   +/-   ##
=======================================
  Coverage   84.59%   84.59%           
=======================================
  Files         631      631           
  Lines       85064    85070    +6     
=======================================
+ Hits        71960    71966    +6     
  Misses      13104    13104           
Files with missing lines Coverage Δ
src/Rings/groebner.jl 89.80% <100.00%> (+0.58%) ⬆️

... and 1 file with indirect coverage changes

Copy link
Collaborator

@afkafkafk13 afkafkafk13 left a comment

Choose a reason for hiding this comment

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

Looks good! Thank you!

@joschmitt joschmitt merged commit 16517cf into oscar-system:master Oct 26, 2024
29 checks passed
HechtiDerLachs pushed a commit to HechtiDerLachs/Oscar.jl that referenced this pull request Oct 30, 2024
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.

3 participants