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

Modular Gröbner bases #2632

Merged
merged 12 commits into from
Aug 10, 2023
Merged

Modular Gröbner bases #2632

merged 12 commits into from
Aug 10, 2023

Commits on Aug 8, 2023

  1. initial commit (untested)

    Rafael Mohr authored and ederc committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    94a1089 View commit details
    Browse the repository at this point in the history
  2. probabilistic modular groebner works on baby example

    Rafael Mohr authored and ederc committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c7890cb View commit details
    Browse the repository at this point in the history
  3. protect against choosing unlucky prime first

    Rafael Mohr authored and ederc committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    7d79fae View commit details
    Browse the repository at this point in the history
  4. add small test for unlucky prime

    Rafael Mohr authored and ederc committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    9e22c15 View commit details
    Browse the repository at this point in the history
  5. add docu and export

    Rafael Mohr authored and ederc committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    97d4718 View commit details
    Browse the repository at this point in the history
  6. take integer coeff if rational reconstruct fails

    Rafael Mohr authored and ederc committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2c25804 View commit details
    Browse the repository at this point in the history
  7. fixes docu

    ederc committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    373ee7f View commit details
    Browse the repository at this point in the history
  8. caches computed lifted GB

    ederc committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    1692f3b View commit details
    Browse the repository at this point in the history
  9. adjusts modular GB tests

    ederc committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    6b3ca37 View commit details
    Browse the repository at this point in the history
  10. adds default monomial ordering

    ederc committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    9263016 View commit details
    Browse the repository at this point in the history
  11. fixes doctest

    ederc committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    71e32b2 View commit details
    Browse the repository at this point in the history
  12. better doc example

    ederc committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e1c292d View commit details
    Browse the repository at this point in the history