valmari
Valmari.Minimize
bit_lib
fix
front
kernel
lrgrep.internal
lrgrep.interpreter
lrgrep.runtime
lrijkstra_utils
support
syntax
utils
module Label : Stdlib.Map.OrderedType
module In : INPUT with type label := Label.t
include DFA with type label = Label.t
type states
val states : states Fix.Indexing.cardinal
The set of DFA nodes
type transitions
val transitions : transitions Fix.Indexing.cardinal
The set of DFA transitions
type label = Label.t
The type of labels that annotate transitions
val label : transitions Fix.Indexing.index -> label
Get the label associated with a transition
val source : transitions Fix.Indexing.index -> states Fix.Indexing.index
Get the source state of the transition
val target : transitions Fix.Indexing.index -> states Fix.Indexing.index
Get the target state of the transition
val initials : states Fix.Indexing.index array
val finals : states Fix.Indexing.index array
val transport_state : In.states Fix.Indexing.index -> states Fix.Indexing.index option
val transport_transition : In.transitions Fix.Indexing.index -> transitions Fix.Indexing.index option
val represent_state : states Fix.Indexing.index -> In.states Fix.Indexing.index
val represent_transition : transitions Fix.Indexing.index -> In.transitions Fix.Indexing.index