Commit 2025-10-07 20:49 d88ac22d
View on Github →feat(Combinatorics/Quiver): add strongly connected quivers (#29754) Define strongly connected quivers and their components. Add both standard strong connectivity (allowing length-0 paths) and positive-path strong connectivity. Establish basic properties and relationships to weak connectivity via symmetrification. This is part of Perron Frobenius theorem and grounds its characterization/def of Irreducible matrices and Markov chain analysis in subsequent PRs. split from #28728