Documentation

Mathlib.Combinatorics.Digraph.Orientation

Graph Orientation #

This module introduces conversion operations between Digraphs and SimpleGraphs, by forgetting the edge orientations of Digraph.

Main Definitions #

TODO #

Tags #

digraph, simple graph, oriented graphs

Orientation-forgetting maps on digraphs #

Orientation-forgetting map from Digraph to SimpleGraph that gives an unoriented edge if either orientation is present.

Equations
    Instances For

      Orientation-forgetting map from Digraph to SimpleGraph that gives an unoriented edge if both orientations are present.

      Equations
        Instances For