This repository was archived by the owner on Jun 18, 2026. It is now read-only.
Commit bda27a3
committed
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 Canvas1 parent 3ad3b07 commit bda27a3
2 files changed
Lines changed: 544 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
0 commit comments