We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Reo, when verifying dupl; fifo*(lossy;out), the modal logic:
dupl; fifo*(lossy;out)
<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.
The text was updated successfully, but these errors were encountered:
joseproenca
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: