package ocamlgraph

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

Module MaximalCardinalitySearch.PSource

Parameters

module G : Sig.P

Signature

Sourcetype edgelist = (G.V.t * G.V.t) list
Sourceval mcsm : G.t -> (int * G.V.t) list * edgelist

mcsm g returns a tuple (o, e) where o is a perfect elimination order of g' where g' is the triangulation e applied to g.

Sourceval triangulate : G.t -> G.t

triangulate g computes a triangulation of g using the MCS-M algorithm

OCaml

Innovation. Community. Security.