We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
isconfluent
isreduced
PrefixAutomaton
reduce
KBS3Alg
min_overlap = 100 while min_overlap > 0 rws = knuthbendix_doubleloop!(rws, min_overlap = min_overlap) min_overlap -= 1 end
length(lhs₁) + length(lhs₂)
Monoid
IndexAutomaton
bfs
Rule
Automata
The text was updated successfully, but these errors were encountered:
No branches or pull requests
General Tasks:
Functional changes
isconfluent
,isreduced
in rewriting system for quick retrievalPrefixAutomaton
rewritingreduce
algorithm ?KBS3Alg
with different strategy finding shortest rules first e.g.maybe relative w.r.t
length(lhs₁) + length(lhs₂)
.Monoid
implementation based on normal forms & rewritingIndexAutomaton
bfs
on the IndexAutomaton trie/PrefixAutomatonDocumentation missing
Rule
sAutomata
The text was updated successfully, but these errors were encountered: