Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.

Commit bda27a3

Browse files
feat: Graph Symmetry Explorer - automorphism detection, orbit computation & symmetry analysis
Interactive tool for exploring graph symmetry structure: - Backtracking automorphism finder for graphs up to 12 nodes - Orbit computation via union-find, color-coded visualization - 8 preset graphs (K5, C6, Petersen, Path, Star, Cube, Prism, Asymmetric Tree) - Custom adjacency list input - Animated automorphism stepping with cycle notation - Vertex/edge transitivity detection - Proactive insights (structural recommendations, symmetry exploitation hints) - JSON export of full analysis - Draggable node layout on Canvas
1 parent 3ad3b07 commit bda27a3

2 files changed

Lines changed: 544 additions & 0 deletions

File tree

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ <h2>GraphVisual</h2>
5353
<a href="matching.html" class="sidebar-link"><span class="icon">💍</span>Max Matching</a>
5454
<a href="graph-advisor.html" class="sidebar-link"><span class="icon">🧠</span>Graph Advisor</a>
5555
<a href="graph-evolution.html" class="sidebar-link"><span class="icon">🧬</span>Evolution Sim</a>
56+
<a href="symmetry.html" class="sidebar-link"><span class="icon">🔮</span>Symmetry Explorer</a>
5657
<a href="link-predictor.html" class="sidebar-link"><span class="icon">🔮</span>Link Predictor</a>
5758
</div>
5859
<div class="sidebar-section">

0 commit comments

Comments
 (0)