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

Roadmap #65

Open
3 of 19 tasks
kalmarek opened this issue May 31, 2023 · 0 comments
Open
3 of 19 tasks

Roadmap #65

kalmarek opened this issue May 31, 2023 · 0 comments

Comments

@kalmarek
Copy link
Owner

kalmarek commented May 31, 2023

General Tasks:

Functional changes

  • Store isconfluent, isreduced in rewriting system for quick retrieval
  • Implement PrefixAutomaton rewriting
  • start using other options from `KnuthBendix.Settings
  • different reduce algorithm ?
  • KBS3Alg with different strategy finding shortest rules first e.g.
    min_overlap = 100
    while min_overlap > 0
        rws = knuthbendix_doubleloop!(rws, min_overlap = min_overlap)
        min_overlap -= 1
    end
    Start looking for long overlaps first, then allow shorter and shorter,
    maybe relative w.r.t length(lhs₁) + length(lhs₂).
  • Add basic Monoid implementation based on normal forms & rewriting
  • Rewrite and simplify IndexAutomaton
  • bfs on the IndexAutomaton trie/PrefixAutomaton

Documentation missing

  • Rules
  • Automata
  • Gap-docs examples
  • Benchmarking (mostly for myself :)
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

No branches or pull requests

1 participant