package ocamlgraph

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Minimum Degree algorithm

Based on the article: The Minimum Degree Heuristic and the Minimal Triangulation Process by A. Berry, Pinar Heggernes & Geneviève Simonet.

  • author Matthieu Sozeau
  • author Pierre-Loic Garoche
module P (G : Sig.P) : sig ... end
module I (G : Sig.I) : sig ... end