package grenier

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

Module ValmariSource

Valmari is an automata minimization algorithm, described in "Fast brief practical DFA minimization" https://dl.acm.org/doi/10.1016/j.ipl.2011.12.004

Sourcemodule type DFA = sig ... end
Sourcemodule type INPUT = sig ... end
Sourcemodule Minimize (Label : Map.OrderedType) (In : INPUT with type label := Label.t) : sig ... end
OCaml

Innovation. Community. Security.