Method Intersection
Intersection(Automaton, Automaton)
Returns an automaton that accepts the intersection of the languages of the given automata. Never modifies the input automata languages.
Complexity: quadratic in number of states.
Declaration
public static Automaton Intersection(Automaton a1, Automaton a2)
Parameters
Type | Name | Description |
---|---|---|
Automaton | a1 | |
Automaton | a2 |
Returns
Type | Description |
---|---|
Automaton |