Enum StateMachineOptimization
- Namespace
- LfrlAnvil.Computable.Automata
- Assembly
- LfrlAnvil.Computable.Automata.dll
Represents available levels of state machine optimizations.
public enum StateMachineOptimization : byte
Fields
Minimize = 2Specifies that all unreachable states should be removed and all equivalent states should be merged together.
None = 0Specifies that no optimization should take place.
RemoveUnreachableStates = 1Specifies that all unreachable states should be removed.