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

Wrong Edge #490

Open
PhilipLukertWork opened this issue Aug 29, 2022 · 1 comment
Open

Wrong Edge #490

PhilipLukertWork opened this issue Aug 29, 2022 · 1 comment

Comments

@PhilipLukertWork
Copy link
Contributor

Hi, I have the following Situation:

grafik

  • Note that there is an edge of State(A) to State(B) which should not be possible.
  • Interesting is that the left side in the proof tree it claims Case Change while in the dependency graph it is actually the case of Init.
    Here is the code for it:
theory NonMatchingEdge begin

rule Init: [] --> [State('A'), X('1')]  //without the X, the bug does not appear
rule Change: [State('A')] --> [State('B')]
rule Test: [State('B')] --[TestPoint()]-> []

lemma ex: exists-trace "∃ #i. TestPoint()@i"

end

I tested this on develop commit d6355e5

Best, Philip

@PhilipLukertWork
Copy link
Contributor Author

A hint from Cas: If I turn off graph simplifications, it looks as follows

grafik

Is this an intended feature of graph simplifications?

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

No branches or pull requests

1 participant