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
Some methods are declared in FiniteAutomaton but should be moved to a factory to avoid mis-interpretation.
F-ex, calling a1.intersection(a2) returns a new FiniteAutomaton which is the result of the intersection between 'a1' and 'a2' but also modifies 'a1' (which is unexpected).
The text was updated successfully, but these errors were encountered:
Some methods are declared in
FiniteAutomaton
but should be moved to a factory to avoid mis-interpretation.F-ex, calling
a1.intersection(a2)
returns a newFiniteAutomaton
which is the result of the intersection between 'a1' and 'a2' but also modifies 'a1' (which is unexpected).The text was updated successfully, but these errors were encountered: