Method SetMinimizeAlways
SetMinimizeAlways(Boolean)
Sets or resets minimize always flag. If this flag is set, then Minimize(Automaton) will automatically be invoked after all operations that otherwise may produce non-minimal automata. By default, the flag is not set.
Declaration
public static void SetMinimizeAlways(bool flag)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | flag | if |