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

Expansion of modal expressions is incorrect #5

Open
joseproenca opened this issue Oct 17, 2019 · 0 comments
Open

Expansion of modal expressions is incorrect #5

joseproenca opened this issue Oct 17, 2019 · 0 comments
Assignees
Labels

Comments

@joseproenca
Copy link
Member

In Reo, when verifying dupl; fifo*(lossy;out), the modal logic:

  • <out> true

Is expanded to:

  • <(dupl_1i1|out_3o1)> true

But it should be expanded to:

  • <dupl_1i1|dupl_1o1_fifo_2i1|dupl_1o2_lossy_3i1|lossy_3o1_out_4i1|out_4o1

Hence the formula wrongly evaluates to false.

@joseproenca joseproenca self-assigned this Oct 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant