HyperGraph
Changes
HyperGraph/Theorem.cs 2(+1 -1)
Details
HyperGraph/Theorem.cs 2(+1 -1)
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