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.2.tar.gz
sha256=804d912cf8c30d63378a31df72349d83f3ef4e434c0adca7c34a25280d16ba49

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 (4)

  1. coq-hierarchy-builder >= "1.4.0"
  2. coq-mathcomp-fingroup
  3. coq-mathcomp-ssreflect >= "2.0"
  4. coq >= "8.16" & < "8.21~"

Dev Dependencies

None

Used by

None

Conflicts

None