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

RSM modification #4

Open
bachish opened this issue Nov 16, 2023 · 0 comments · May be fixed by #9
Open

RSM modification #4

bachish opened this issue Nov 16, 2023 · 0 comments · May be fixed by #9
Assignees

Comments

@bachish
Copy link
Collaborator

bachish commented Nov 16, 2023

Develop an interface of the following types

  • Add(nonterm, rightSide), which computes the union of automata if there was such a nonterm, otherwise adds an automaton.

  • Remove(nonterm, rightSide), which calculates the difference.

It is important that the states are preserved, because they are used to reuse the already calculated results. It is wrong to create a new automaton every time.

@bachish bachish self-assigned this Nov 16, 2023
@bachish bachish linked a pull request Dec 14, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant