Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Developments on Graph Theory?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Developments on Graph Theory?


Chronological Thread 
  • From: Assia Mahboubi <Assia.Mahboubi AT inria.fr>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Developments on Graph Theory?
  • Date: Wed, 14 Jun 2017 16:26:41 +0200

Hello Christian,

this library:

https://github.com/math-comp/math-comp/blob/master/mathcomp/ssreflect/fingraph.v

is about the elementary theory of finite graphs (with decidable node equality
and edge relation). It depends on this other library, about paths:

https://github.com/math-comp/math-comp/blob/master/mathcomp/ssreflect/path.v

which you might also find useful.

Both derive from a file used for representing the graphs in the Four Colour
Theorem formal proof.

But I am not aware of any Coq formal library related to minors or tree-width.

Best,

assia

Le 13/06/2017 à 14:59, Christian Doczkal a écrit :
> Hello,
>
> Does anyone know if there are any Coq developments out there that
> formalize (some) standard notions from graph theory.
>
> I'm particularly interested in finite graphs (with decidable node
> equality and edge relations), minors, and tree decompositions. Basic
> results I would be looking for include the fact that the tree-width of a
> graphs minor is no greater than the tree-width of the original graph or
> that every clique contained in a graph must be contained in some bag of
> every tree decomposition.
>
> Best,
> Christian
>



Archive powered by MHonArc 2.6.18.

Top of Page