Table of Contents

Enum StateMachineOptimization

Namespace
LfrlAnvil.Computable.Automata
Assembly
LfrlAnvil.Computable.Automata.dll

Represents available levels of state machine optimizations.

public enum StateMachineOptimization : byte

Fields

Minimize = 2

Specifies that all unreachable states should be removed and all equivalent states should be merged together.

None = 0

Specifies that no optimization should take place.

RemoveUnreachableStates = 1

Specifies that all unreachable states should be removed.