Documentation Verification Report

Tarjan

📁 Source: Mathlib/Tactic/Order/Graph/Tarjan.lean

Statistics

MetricCount
DefinitionsTarjanState, id, lowlink, onStack, stack, time, toDFSState, findSCCs, findSCCsImp, tarjanDFS
10
Theorems0
Total10

Mathlib.Tactic.Order.Graph

Definitions

NameCategoryTheorems
TarjanState 📖CompData
findSCCs 📖CompOp
findSCCsImp 📖CompOp
tarjanDFS 📖CompOp

Mathlib.Tactic.Order.Graph.TarjanState

Definitions

NameCategoryTheorems
id 📖CompOp
lowlink 📖CompOp
onStack 📖CompOp
stack 📖CompOp
time 📖CompOp
toDFSState 📖CompOp

---

← Back to Index