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

Implement IsOrderIdeal #609

Merged
merged 60 commits into from
Mar 11, 2024
Merged

Implement IsOrderIdeal #609

merged 60 commits into from
Mar 11, 2024

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    e28a2e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    591b69b View commit details
    Browse the repository at this point in the history
  3. Add IsOrderIdeal

    DanielPointon committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    7bb968a View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Fix linting (maybe)

    DanielPointon committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    37feffc View commit details
    Browse the repository at this point in the history
  2. Fix syntax errors

    DanielPointon committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    01dc63c View commit details
    Browse the repository at this point in the history
  3. Change variable name

    DanielPointon committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    10d93af View commit details
    Browse the repository at this point in the history
  4. Fix variable

    DanielPointon committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    c998c75 View commit details
    Browse the repository at this point in the history
  5. Fix test file

    DanielPointon committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    c9b35d4 View commit details
    Browse the repository at this point in the history
  6. Add IsOrderIdeal test

    DanielPointon committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    7f0bb1f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40e0aa8 View commit details
    Browse the repository at this point in the history
  8. Add Documentation

    DanielPointon committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    89a960b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f7e3730 View commit details
    Browse the repository at this point in the history
  10. Add spaces to test file

    DanielPointon committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    45e9adc View commit details
    Browse the repository at this point in the history
  11. Fix formatting

    DanielPointon committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    bf0d9b4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    31f4c5d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c8b59e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Switch to bfs approach

    DanielPointon committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    2b8cb5c View commit details
    Browse the repository at this point in the history
  2. Fix syntax

    DanielPointon committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    65d3719 View commit details
    Browse the repository at this point in the history
  3. Fix other syntax error

    DanielPointon committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    9b0e994 View commit details
    Browse the repository at this point in the history
  4. Fix syntax again

    DanielPointon committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    e2fe1f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    017d6e3 View commit details
    Browse the repository at this point in the history
  6. Fix syntax again again

    DanielPointon committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    8ca9d55 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5fb112f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4166869 View commit details
    Browse the repository at this point in the history
  9. Avoid infinite loop

    DanielPointon committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    f5ba240 View commit details
    Browse the repository at this point in the history
  10. Fix tests

    DanielPointon committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    69dbf7b View commit details
    Browse the repository at this point in the history
  11. Fix formatting

    DanielPointon committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    00c7d2e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c59722f View commit details
    Browse the repository at this point in the history
  13. Add Error messages

    DanielPointon committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    da0575d View commit details
    Browse the repository at this point in the history
  14. Fix missing N

    DanielPointon committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    c0e9c5b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d29cb12 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    40d8281 View commit details
    Browse the repository at this point in the history
  17. Fix BFS logic

    DanielPointon committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    607a7e7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d196f97 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8bae38d View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    40a2252 View commit details
    Browse the repository at this point in the history
  2. Rename variable

    DanielPointon committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    a1dfdb1 View commit details
    Browse the repository at this point in the history
  3. Appease linter

    DanielPointon committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    646377f View commit details
    Browse the repository at this point in the history
  4. Appease linter

    DanielPointon committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    feb0adb View commit details
    Browse the repository at this point in the history
  5. Appease linter v3

    DanielPointon committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    a06d032 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4626066 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c78227 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Update doc/oper.xml

    Co-authored-by: James Mitchell <james-d-mitchell@users.noreply.github.com>
    DanielPointon and james-d-mitchell authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    3cc67e9 View commit details
    Browse the repository at this point in the history
  2. Update doc/oper.xml

    Co-authored-by: James Mitchell <james-d-mitchell@users.noreply.github.com>
    DanielPointon and james-d-mitchell authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    28577af View commit details
    Browse the repository at this point in the history
  3. Update doc/oper.xml

    Co-authored-by: James Mitchell <james-d-mitchell@users.noreply.github.com>
    DanielPointon and james-d-mitchell authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    6c715e6 View commit details
    Browse the repository at this point in the history
  4. Update gap/oper.gi

    Co-authored-by: James Mitchell <james-d-mitchell@users.noreply.github.com>
    DanielPointon and james-d-mitchell authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    afc524f View commit details
    Browse the repository at this point in the history
  5. Update doc/oper.xml

    Co-authored-by: James Mitchell <james-d-mitchell@users.noreply.github.com>
    DanielPointon and james-d-mitchell authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    e1a7187 View commit details
    Browse the repository at this point in the history
  6. Update doc/oper.xml

    Co-authored-by: James Mitchell <james-d-mitchell@users.noreply.github.com>
    DanielPointon and james-d-mitchell authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    753c907 View commit details
    Browse the repository at this point in the history
  7. Update gap/oper.gi

    Co-authored-by: James Mitchell <james-d-mitchell@users.noreply.github.com>
    DanielPointon and james-d-mitchell authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    e5d512b View commit details
    Browse the repository at this point in the history
  8. Simplify function

    DanielPointon committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    a0851c1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4bb08a8 View commit details
    Browse the repository at this point in the history
  10. Move N back

    DanielPointon committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    e4cffe9 View commit details
    Browse the repository at this point in the history
  11. Fix test

    DanielPointon committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    a4faf94 View commit details
    Browse the repository at this point in the history
  12. fix error

    DanielPointon committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    a1fd666 View commit details
    Browse the repository at this point in the history
  13. appease linter

    DanielPointon committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    6ce6e99 View commit details
    Browse the repository at this point in the history
  14. Appease linter

    DanielPointon committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    9a5b9f3 View commit details
    Browse the repository at this point in the history
  15. appease linter

    DanielPointon committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    3d002da View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

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

Commits on Mar 11, 2024

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