muMLE/pattern_matching
2024-10-03 17:01:13 +02:00
..
benchmark.py RAMification + pattern matching: put typing information straight into the Vertices, as a Python attribute (don't put it in separate Vertices+Edges). 2024-09-10 13:18:14 +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 Class diagram can be rendered as object diagram textual syntax, and parsed back, without information loss 2024-10-03 17:01:13 +02:00
mvs_adapter.py Class diagram can be rendered as object diagram textual syntax, and parsed back, without information loss 2024-10-03 17:01:13 +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