package coq-graph-basics

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

Install

Dune Dependency

Authors

Maintainers

Sources

v8.6.0.tar.gz
md5=67f22dd3028f85b4eb6575579d78cec3

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.6" & < "8.7~"
  2. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None