You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend all the basic operation on automata to a Collection of Automaton. For example, we already have the intersect(Automaton a1, Automaton a2) function. We could add a new function intersect(Collection<Automaton> automata) performs the intersection between all the automaton in the Collection.
The text was updated successfully, but these errors were encountered:
Extend all the basic operation on automata to a
Collection
of Automaton. For example, we already have theintersect(Automaton a1, Automaton a2)
function. We could add a new functionintersect(Collection<Automaton> automata)
performs the intersection between all the automaton in theCollection
.The text was updated successfully, but these errors were encountered: