PV1 ⊧ Reduceminimizes Büchi automata
Büchi automata minimization toolApplication domain/field
- Büchi automata
- Nondeterministic finite automata
- Automata minimization
Type of tool
Automata translator?Expected input
Büchi automaton (BA) or nondeterministic finite automaton (NFA)Format:
../Formats/ba formatExpected output
Minimized automaton?Internals
Reduce can be invoked with one of the following options:-light
to use the Light-k method-nojump
to use the Heavy-k method-pebble
uses a 2-pebble simulation (tends to be slow in practice)-sat
might create an automaton with fewer states, possibly with more transitions
-finite
.