Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.32 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.32 KB

Digraphs

Directed graphs: circuits, maximal subtrees, paths, DAGs.

Highlights

  • C. Blaudeau added a topological sort to the digraph library, defined on computable acyclic digraphs. A couple of changes have been made to split the paths.pvs and dag.pvs for the two definitions of digraphs. The main theory c_topological_sort revolves around a visit function that does a depth-first search of the graph, using a marking system (none, temporary, permanent)

Major theorems

Theorem Location PVS Name Contributors

dependency graph

Contributors

Maintainer

Dependencies

dependency graph