Skip to content

FiniteAutomaton : declare a factory for intersection, etc. #543

Description

@cprudhom

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).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions