MinimizationOperations

Operations for minimizing automata using Hopcroft's algorithm. Ported from Lucene's MinimizationOperations (test utility).

Types

Link copied to clipboard
data class IntPair(val n1: Int, val n2: Int)

Functions

Link copied to clipboard
fun minimize(aInput: Automaton, determinizeWorkLimit: Int): Automaton