package coq-graph-basics

  1. Overview
  2. No Docs
a Coq toolkit for graph theory

Install

Dune Dependency

Authors

Maintainers

Sources

v8.9.0.tar.gz
md5=0c9bb7ed9bb71744fb2d5847fdb651e7

Description

This library offers inductive definitions of basics in graph theory. The goal is to offer the possibility to write proofs and programs on graphs in the same formalism : the Coq language. It now contains : vertices, arcs, edges, degrees, graphs, directed graphs, paths, acyclic graphs, connected graphs and tree.

Dependencies (2)

  1. coq >= "8.9" & < "8.10~"
  2. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None