Enumeration of DFAs.
More...
Go to the source code of this file.
◆ dfa_enum_free()
Frees the memory allocated for an enumeration of NFAs.
- Parameters
-
◆ dfa_enum_init()
dfa_enum * dfa_enum_init |
( |
short | states, |
|
|
short | alpha ) |
Initializes an enumeration of NFAs.
- Parameters
-
states | Number of states. |
alpha | Number of letters in the alphabet. |
◆ dfa_enum_next()
Computes the next NFA in the enumeration.
- Parameters
-
◆ dfa_enum_to_dfa()
◆ iterate_integer_partition()
short iterate_integer_partition |
( |
short * | part, |
|
|
short | n ) |
- Parameters
-
part | The partition. |
n | The partitioned integer |