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

WIP: Add DFSane method #214

Merged
merged 30 commits into from
Oct 17, 2023
Merged

WIP: Add DFSane method #214

merged 30 commits into from
Oct 17, 2023

Commits on Oct 17, 2023

  1. First skeleton code

    axla-io committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    8ae545e View commit details
    Browse the repository at this point in the history
  2. Added bare bones init

    axla-io committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    1c87a5b View commit details
    Browse the repository at this point in the history
  3. Started perform_step

    axla-io committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    b7ca94d View commit details
    Browse the repository at this point in the history
  4. Added types

    axla-io committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    6c8c296 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85cb05c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7f72e3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40ffb1f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e112509 View commit details
    Browse the repository at this point in the history
  9. Removed runtime dispatch

    axla-io committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    edaf39c View commit details
    Browse the repository at this point in the history
  10. Debugged, working version.

    axla-io committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    414b2d2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d22006a View commit details
    Browse the repository at this point in the history
  12. Minor styling change

    axla-io committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    c3b39e1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    991c918 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d1b2696 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bc2763d View commit details
    Browse the repository at this point in the history
  16. Norm for faster performance

    axla-io committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    1fd1448 View commit details
    Browse the repository at this point in the history
  17. Update src/dfsane.jl

    ChrisRackauckas authored and axla-io committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    f57ec0d View commit details
    Browse the repository at this point in the history
  18. Update src/dfsane.jl

    ChrisRackauckas authored and axla-io committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    ef42d8e View commit details
    Browse the repository at this point in the history
  19. Update src/dfsane.jl

    ChrisRackauckas authored and axla-io committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    8157647 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    283f134 View commit details
    Browse the repository at this point in the history
  21. Update src/dfsane.jl

    Co-authored-by: Avik Pal <[email protected]>
    axla-io and avik-pal committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    bab9069 View commit details
    Browse the repository at this point in the history
  22. testnorm change

    axla-io committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    991f887 View commit details
    Browse the repository at this point in the history
  23. Added docstrings

    axla-io committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    381e780 View commit details
    Browse the repository at this point in the history
  24. Removed unnecessary function

    axla-io committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    5d16738 View commit details
    Browse the repository at this point in the history
  25. more concise bounds check

    axla-io committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    1f552e7 View commit details
    Browse the repository at this point in the history
  26. Unicode removal

    axla-io committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    050a8b4 View commit details
    Browse the repository at this point in the history
  27. Unicode sync

    axla-io committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    07d7d07 View commit details
    Browse the repository at this point in the history
  28. Added DFSane to 23 problems

    axla-io committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    d93c39b View commit details
    Browse the repository at this point in the history
  29. Added iterator interface

    axla-io committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    e98ec26 View commit details
    Browse the repository at this point in the history
  30. Added tests.

    axla-io committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    0df8aaf View commit details
    Browse the repository at this point in the history