Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
kalmarek
/
KnuthBendix.jl
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
10
Code
Issues
4
Pull requests
4
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Prefix automaton -- julia bug?
- #75
#75
Open
kalmarek
wants to merge 13 commits into
master
kalmarek/KnuthBendix.jl:master
from
mk/prefix_automaton
kalmarek/KnuthBendix.jl:mk/prefix_automaton
Copy head branch name to clipboard
Conversation
Commits
13
(13)
Checks
Files changed
Open
Prefix automaton -- julia bug?
#75
kalmarek
wants to merge 13 commits into
master
kalmarek/KnuthBendix.jl:master
from
mk/prefix_automaton
kalmarek/KnuthBendix.jl:mk/prefix_automaton
Copy head branch name to clipboard
Commits
Commits on Jul 29, 2024
add dropped_stack to Workspace
kalmarek
committed
be44a70
View commit details
Copy full SHA for be44a70
Browse repository at this point
Commits on Jul 30, 2024
add implementation of PrefixAutomaton
kalmarek
committed
fc79cfb
View commit details
Copy full SHA for fc79cfb
Browse repository at this point
update PrefixAutomaton to isaccepting
kalmarek
committed
523dedb
View commit details
Copy full SHA for 523dedb
Browse repository at this point
pass directly lhs to (add|remove)_direct_path!
kalmarek
committed
73a3c32
View commit details
Copy full SHA for 73a3c32
Browse repository at this point
don't dropzeros! on transition vectors
Show description for 4f33010
kalmarek
committed
4f33010
View commit details
Copy full SHA for 4f33010
Browse repository at this point
add PackedVector
kalmarek
committed
1d4c977
View commit details
Copy full SHA for 1d4c977
Browse repository at this point
implement rewrite! based on PrefixAutomaton
kalmarek
committed
1b5465a
View commit details
Copy full SHA for 1b5465a
Browse repository at this point
import AbstractRewritingSystem to Automata
kalmarek
committed
17bf038
View commit details
Copy full SHA for 17bf038
Browse repository at this point
fix: general tracing through Automata
kalmarek
committed
908465f
View commit details
Copy full SHA for 908465f
Browse repository at this point
Commits on Jul 31, 2024
add tests for PackedVector and rewriting with automata
kalmarek
committed
d264049
View commit details
Copy full SHA for d264049
Browse repository at this point
store ordering in PrefixAutomaton
kalmarek
committed
7073dcb
View commit details
Copy full SHA for 7073dcb
Browse repository at this point
re-order functions in (index|prefix)_automaton.jl
kalmarek
committed
2e194aa
View commit details
Copy full SHA for 2e194aa
Browse repository at this point
define Stack{W} as alias to Vector{Tuple{W,W}}
kalmarek
committed
64691e6
View commit details
Copy full SHA for 64691e6
Browse repository at this point
You can’t perform that action at this time.