From da70697524f4add6e0f8e44994e2e860257c21df Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Radek=20Hu=C5=A1ek?= <husek@iuuk.mff.cuni.cz>
Date: Mon, 24 Jan 2022 21:21:22 +0100
Subject: [PATCH] reduce-cycle: improve doc

---
 experiments/reduce-cycle.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/experiments/reduce-cycle.py b/experiments/reduce-cycle.py
index 4023f00..097b443 100755
--- a/experiments/reduce-cycle.py
+++ b/experiments/reduce-cycle.py
@@ -2,7 +2,9 @@
 
 """
 Application of Theorem 6.12 to triangles, 4-cycles (Theorem 6.13)
-and 5.cycles (Theorem 6.14).
+and 5.cycles (Theorem 6.14). Note that the results are numeric
+calculation so it is necessary to review the system of equations
+by hand. (It is printed by the command-line parameter -v.)
 """
 
 import sys, os
-- 
GitLab