From 71fd309bdef31409b68ffe3bfecb05e04c7f3e6c Mon Sep 17 00:00:00 2001 From: David Allemang Date: Sun, 12 Jan 2020 12:10:09 -0500 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0bcd1b4 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# toddcox-visualize +A new (basic) implementation of the Todd-Coxeter algorithm for Coxeter groups in C++ that beats GAP. + +--- + +Example output with group F4. + +![Example render](https://i.imgur.com/2cnOuzk.png)