package ocamlgraph

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

Module MaximalCardinalitySearch.ISource

Parameters

module Gr : Sig.I

Signature

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

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

Sourceval triangulate : Gr.t -> unit

triangulate g triangulates g using the MCS-M algorithm

OCaml

Innovation. Community. Security.