Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
I have a new kind of pattern matching, that kind of resembles my CSP-based isomorphism check algorithm. It is running pretty fast - at least in comparison to my old algorithm and the current tests I'm using. Also it does now work correctly as it seems, even for the stranger ones of the negative-node-bearing rules I just came across. I'll try to implement all those RoadWorkExample patterns using it, and I hope it won't cause any major bugs again, like the ones I just fixed.
- Loading branch information