Add Sten Vercammen's pattern matching library (ported to Python 3, numpy dependency replaced by standard library)
This commit is contained in:
parent
151ffe0ff0
commit
95a8076a17
9 changed files with 2120 additions and 0 deletions
8
pattern_matching/run.sh
Executable file
8
pattern_matching/run.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue