muMLE/pattern_matching
2024-09-06 21:32:03 +02:00
..
benchmark.py Add performance comparison between Sten's and Joeri's matcher. Sten's seems to be broken (giving a different match set every time), however. 2024-09-05 11:42:32 +02:00
generator.py Tweak matcher (compute connected components in advance). Simple pattern matching with RAMification (incl. Python expressions) seems to work. 2024-09-06 21:10:23 +02:00
graph.py Tweak matcher (compute connected components in advance). Simple pattern matching with RAMification (incl. Python expressions) seems to work. 2024-09-06 21:10:23 +02:00
graphToDot.py pattern matching: convert tabs to spaces 2024-09-04 09:34:26 +02:00
main.py Tweak matcher (compute connected components in advance). Simple pattern matching with RAMification (incl. Python expressions) seems to work. 2024-09-06 21:10:23 +02:00
matcher.py Tweak matcher (compute connected components in advance). Simple pattern matching with RAMification (incl. Python expressions) seems to work. 2024-09-06 21:10:23 +02:00
mvs_adapter.py and now pattern matching also works with typing information added to the graph 2024-09-06 21:32:03 +02:00
patternMatching.py Add performance comparison between Sten's and Joeri's matcher. Sten's seems to be broken (giving a different match set every time), however. 2024-09-05 11:42:32 +02:00
run.sh Pattern matching: return all the matches (instead of the first one found) 2024-09-03 11:41:07 +02:00