package coq-graph-basics

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

Install

Dune Dependency

Authors

Maintainers

Sources

v8.10.0.tar.gz
md5=b06da974ed889270a44d45a2579cfd29

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.10" & < "8.11~"
  2. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None