Graph theory

Files in the graph theory folder

module graph-theory where

open import graph-theory.acyclic-undirected-graphs public
open import graph-theory.circuits-undirected-graphs public
open import graph-theory.closed-walks-undirected-graphs public
open import graph-theory.complete-bipartite-graphs public
open import graph-theory.complete-multipartite-graphs public
open import graph-theory.complete-undirected-graphs public
open import graph-theory.connected-undirected-graphs public
open import graph-theory.cycles-undirected-graphs public
open import graph-theory.directed-graph-structures-on-standard-finite-sets public
open import graph-theory.directed-graphs public
open import graph-theory.edge-coloured-undirected-graphs public
open import graph-theory.embeddings-directed-graphs public
open import graph-theory.embeddings-undirected-graphs public
open import graph-theory.enriched-undirected-graphs public
open import graph-theory.equivalences-directed-graphs public
open import graph-theory.equivalences-enriched-undirected-graphs public
open import graph-theory.equivalences-undirected-graphs public
open import graph-theory.eulerian-circuits-undirected-graphs public
open import graph-theory.faithful-morphisms-undirected-graphs public
open import graph-theory.fibers-directed-graphs public
open import graph-theory.finite-graphs public
open import graph-theory.geometric-realizations-undirected-graphs public
open import graph-theory.hypergraphs public
open import graph-theory.matchings public
open import graph-theory.mere-equivalences-undirected-graphs public
open import graph-theory.morphisms-directed-graphs public
open import graph-theory.morphisms-undirected-graphs public
open import graph-theory.neighbors-undirected-graphs public
open import graph-theory.orientations-undirected-graphs public
open import graph-theory.paths-undirected-graphs public
open import graph-theory.polygons public
open import graph-theory.raising-universe-levels-directed-graphs public
open import graph-theory.reflecting-maps-undirected-graphs public
open import graph-theory.reflexive-graphs public
open import graph-theory.regular-undirected-graphs public
open import graph-theory.simple-undirected-graphs public
open import graph-theory.stereoisomerism-enriched-undirected-graphs public
open import graph-theory.totally-faithful-morphisms-undirected-graphs public
open import graph-theory.trails-directed-graphs public
open import graph-theory.trails-undirected-graphs public
open import graph-theory.undirected-graph-structures-on-standard-finite-sets public
open import graph-theory.undirected-graphs public
open import graph-theory.vertex-covers public
open import graph-theory.voltage-graphs public
open import graph-theory.walks-directed-graphs public
open import graph-theory.walks-undirected-graphs public