HyperGraph

Changes

Details

diff --git a/HyperGraph/Theorem.cs b/HyperGraph/Theorem.cs
index 313ca92..e5f731f 100644
--- a/HyperGraph/Theorem.cs
+++ b/HyperGraph/Theorem.cs
@@ -55,7 +55,7 @@ namespace HyperGraph
 
             TheoremAuto result = new TheoremAuto
             {
-                isSatisfyTheorem = (count > 0) ? true : false,
+                isSatisfyTheorem = (intersect.Count > 0) ? true : false,
                 CountAutomorphism = count,
                 AutomorphismNodes = intersect,
                 GraphWithoutAutoEdges = graph