Add Sten Vercammen's pattern matching library (ported to Python 3, numpy dependency replaced by standard library)

This commit is contained in:
Joeri Exelmans 2024-09-02 15:38:30 +02:00
parent 151ffe0ff0
commit 95a8076a17
9 changed files with 2120 additions and 0 deletions

8
pattern_matching/run.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/sh
python main.py
dot randomGraph.dot -Tsvg > randomGraph.svg
dot randomPattern.dot -Tsvg > randomPattern.svg
firefox randomGraph.svg
firefox randomPattern.svg