Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automata operation extension #15

Open
VincenzoArceri opened this issue Nov 25, 2016 · 0 comments
Open

Automata operation extension #15

VincenzoArceri opened this issue Nov 25, 2016 · 0 comments
Assignees

Comments

@VincenzoArceri
Copy link
Member

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.

Lamericio pushed a commit that referenced this issue Nov 25, 2016
…intersection of automatons to collection #15
Lamericio pushed a commit that referenced this issue Nov 25, 2016
…intersection of automatons to collection #15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants