Commit 2024-07-30 05:14 2609c03c

View on Github →

refactor(Combinatorics/SimpleGraph): move Walk to its own file (#15171) split Path and higher into a separate file from Walk

Estimated changes

added structure SimpleGraph.Connected
added structure SimpleGraph.Walk.IsCycle
added structure SimpleGraph.Walk.IsPath
added structure SimpleGraph.Walk.IsTrail
deleted theorem SimpleGraph.Connected.map
deleted structure SimpleGraph.Connected
deleted theorem SimpleGraph.Path.loop_eq
deleted structure SimpleGraph.Walk.IsCircuit
deleted structure SimpleGraph.Walk.IsCycle
deleted structure SimpleGraph.Walk.IsPath
deleted structure SimpleGraph.Walk.IsTrail
deleted theorem SimpleGraph.isBridge_iff
deleted theorem SimpleGraph.top_connected