UNPKG

fauton

Version:

A library to test any finite automaton with arbitrary alphabets

6 lines (5 loc) 203 B
export * from './checkEquivalenceBetweenStatesGroups'; export * from './generateEquivalenceStates'; export * from './generateStateGroupsRecord'; export * from './merge'; export * from './minimize';