Graph Theory v0.8
The main changes in this release are:
- New theory
dom.v
containing a proof of the Cockayne-Hedetniemi domination chain (with weighted parameters). - The monolithic
labels
structure for multigraphs has been split into a (commutative) monoid for vertex labels and anelabelType
to deal with edge-flipping isomorphisms. - The aforementioned structures are now inferred automatically for the operations that require them, allowing multigraphs to be used without specifying structures.
- telescopes (e.g. for
2p-
and2pdom
-algebras) have been replaced with packaged structures generated usinghierarchy-builder
(new dependency) - added support for
mathcomp-1.12.0
- dropped support for
coq-8.10