package coq-graph-basics

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

Install

Dune Dependency

Authors

Maintainers

Sources

v8.7.0.tar.gz
md5=b0766caf69228e485bd2445c748eff1e

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

Dev Dependencies

None

Used by

None

Conflicts

None