Skip to content
Snippets Groups Projects
Commit da706975 authored by Radek Hušek's avatar Radek Hušek
Browse files

reduce-cycle: improve doc

parent f250d950
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,9 @@ ...@@ -2,7 +2,9 @@
""" """
Application of Theorem 6.12 to triangles, 4-cycles (Theorem 6.13) 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 import sys, os
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment