package prbnmcn-stats

  1. Overview
  2. Docs

Module Make.Undirected_edgeSource

Undirected edges. The equal and hash function are invariant under permutation of the vertices in the pair encoding the edge.

Sourcetype t = vertex * vertex
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
Sourceval pp : Format.formatter -> t -> unit
Sourceval hash : t -> int