From 05c4e9587f9aea503da17250c3e20d6579f800ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=84min=20Baumeler?= Date: Mon, 31 Mar 2025 15:41:57 +0200 Subject: [PATCH] Improved --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df98b3b..a95b303 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ To compile, simply run `make`. The `./tools/` directory contains two python scripts with which we can transform the output of `./superflow` to the [DOT -language](https://graphviz.org/doc/info/lang.html) for graph visualization. The +language](https://graphviz.org/doc/info/lang.html) for graph visualization. They require the [NumPy](https://numpy.org/) package. @@ -39,3 +39,7 @@ the return code is 0 if all leafs are trivial, and 1 otherwise. LIMITATION: The input graph has at most 9 vertices. ``` + + +## License +[GPL-3.0-or-later](./LICENSES/GPL-3.0-or-later.txt)