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

Add more monomial and module orderings #723

Merged
merged 38 commits into from
Jan 29, 2022

Commits on Nov 5, 2021

  1. Configuration menu
    Copy the full SHA
    19b0353 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85374bd View commit details
    Browse the repository at this point in the history
  3. Hook up to Singular.jl.

    wbhart committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    92aa1c6 View commit details
    Browse the repository at this point in the history
  4. Add some missing orderings.

    wbhart committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    d4ecf51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17eb506 View commit details
    Browse the repository at this point in the history
  6. Add weighted orderings with weight vector, add missing ordering funct…

    …ions and update lists of orderings in docstrings.
    wbhart committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    79e489a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9b07333 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3d72582 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    969a95e View commit details
    Browse the repository at this point in the history
  10. Rename wneg to negw.

    wbhart committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    fae927b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    89a1606 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5eb7097 View commit details
    Browse the repository at this point in the history
  13. Fix some weight matrices.

    wbhart committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    c8641f7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    88d1b8c View commit details
    Browse the repository at this point in the history
  15. Back to named arguments.

    wbhart committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    cd276ed View commit details
    Browse the repository at this point in the history
  16. Back to ord argument.

    wbhart committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    1d7abfb View commit details
    Browse the repository at this point in the history
  17. Fix docstring.

    wbhart committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    6287e62 View commit details
    Browse the repository at this point in the history
  18. Fix test.

    wbhart committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    98f8e1e View commit details
    Browse the repository at this point in the history
  19. Fix doctest.

    wbhart committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    027f738 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    260186c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0976d1b View commit details
    Browse the repository at this point in the history
  22. Fix failing test.

    wbhart committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    af3ebf4 View commit details
    Browse the repository at this point in the history
  23. Fix doctest.

    wbhart committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    54e2292 View commit details
    Browse the repository at this point in the history
  24. Correct degrevlex weight matrix. Add some ordering comparison tests a…

    …nd start orderings-test.jl file.
    wbhart committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    9eb3f62 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c9646f7 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    2a460ff View commit details
    Browse the repository at this point in the history
  27. Correct leading_ideal tests.

    wbhart committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    30ca2b2 View commit details
    Browse the repository at this point in the history
  28. Whoops, cut'n'pasta error.

    wbhart committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    9b324ac View commit details
    Browse the repository at this point in the history
  29. Make lt_from_ordering and terms/monomials/coefficients/exponent_vecto…

    …rs work for all MonomialOrdering objects.
    wbhart committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    a313dda View commit details
    Browse the repository at this point in the history
  30. Fix bugs in weighted orderings and add monomials tests (some currentl…

    …y fail: good, we found bugs to fix).
    wbhart committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    7f525ac View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    8c7cc49 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    3423fa1 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. fix: negwdegrevlex

    hannes14 committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    6807d02 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Configuration menu
    Copy the full SHA
    3dc3553 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    The tested removed in test/Rings/mpoly-test.jl are now in
    test/Rings/orderings-test.jl
    fingolfin committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    6fe80d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Configuration menu
    Copy the full SHA
    f4cba57 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Configuration menu
    Copy the full SHA
    7b12f0d View commit details
    Browse the repository at this point in the history
  2. doc test fix

    tthsqe12 committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    ad787d2 View commit details
    Browse the repository at this point in the history