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

Issue with reachability #78

Open
aubertc opened this issue May 1, 2023 · 0 comments
Open

Issue with reachability #78

aubertc opened this issue May 1, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@aubertc
Copy link
Member

aubertc commented May 1, 2023

The process Tau{a}[k1].Tau{b}[k2] | Tau{b}[k2].Tau{a}[k1] is not reachable (on the left hand, I would have needed to do a then b, but on the right hand I would have needed to do b first).

The implementation somehow feels that something is off, but does not throw an exception:

java -jar IRDC*.jar --interactive "Tau{a}[k1].Tau{b}[k2] | Tau{b}[k2].Tau{a}[k1]"
------| Actionable Labels |------
[0] [k0]
[q] Quit program
------------
(Tau{a}[k0].0|Tau{a}[k0].0)

I guess it's a way of "correcting" the process, but silently changing it is dangerous!

@aubertc aubertc added the bug Something isn't working label May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant