package ocamlgraph

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

This functor creates a model from a graph

Parameters

Signature

type cluster = string
exception Multiple_layouts of (G.E.t * XDot.edge_layout) list
val from_graph : ?cmd:string -> ?tmp_name:string -> G.t -> model

Creates a model using graphviz. tmp_name is the name of the temporary dot files.

  • raises DotError

    if issue occurs with the generated dot file