package coq-mathcomp-tarjan

  1. Overview
  2. No Docs
Strongly connected component algorithms by Tarjan and Kosaraju using Coq and MathComp

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.1.tar.gz
sha256=4f79fe6f0f480b34026ce71936754478b90545cad35b0b04d9c45e93981cfc76

Description

This development contains formalizations and correctness proofs, using Coq and the Mathematical Components library, of algorithms originally due to Kosaraju and Tarjan for finding strongly connected components in finite graphs. It also contains a verified implementation of topological sorting with extended guarantees for acyclic graphs.

Dependencies (3)

  1. coq-mathcomp-fingroup
  2. coq-mathcomp-ssreflect >= "1.12.0" & < "1.18~"
  3. coq >= "8.12" & < "8.19"

Dev Dependencies

None

Used by

None

Conflicts

None