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

refinement relation between nondetE trees #42

Open
aa755 opened this issue Jan 11, 2019 · 6 comments
Open

refinement relation between nondetE trees #42

aa755 opened this issue Jan 11, 2019 · 6 comments
Labels
enhancement New feature or request itrees Particular to theory and implementation of itrees

Comments

@aa755
Copy link

aa755 commented Jan 11, 2019

Has there been work on defining a refinement relation between trees that have the nondetE effect, saying that t1 refines t2 iff for every choice made for the nondetE actions in t1, there exists a choice for nondetE actions in t2 such that the rest of the two trees line up?

@gmalecha
Copy link
Collaborator

We wrote some of this out, didn't we?

@Lysxia
Copy link
Collaborator

Lysxia commented Jan 12, 2019

There is something like that in our DeepWeb experiment but it's unused. In the VST proof we use trace inclusion, which is a coarser relation, but I'm pretty sure the lemmas we actually proved are all compatible with this tree refinement relation, which is a kind of simulation.

@Lysxia Lysxia added the enhancement New feature or request label Mar 6, 2019
@Lysxia Lysxia added the itrees Particular to theory and implementation of itrees label Mar 27, 2019
@jeehoonkang
Copy link
Contributor

I'd also like to use interaction trees for proving behavior refinement (not equivalence) and wonder if supporting simulation (not bisimulation) is on the roadmap. If not, people in my group are willing to contribute to it.

@Lysxia
Copy link
Collaborator

Lysxia commented Apr 8, 2019 via email

@jeehoonkang
Copy link
Contributor

@Lysxia Thank you for your detailed answer. Your second and third bullet explains ideas on solutions, but I don't quite understand the problem. May I ask if why it would be difficult to support interaction tree refinement?

@Lysxia
Copy link
Collaborator

Lysxia commented Apr 10, 2019

Good question. I think the main problem is a problem of generality, so I may be getting carried away. Simulation is one example out of many other relations we may want to support, and we might even want to be able to combine some of them. To fit them all under a common framework is why I'm looking at those solutions.

In this light, a different way to approach this issue is to look at some concrete definition of simulation and decide that it is good enough for most purposes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request itrees Particular to theory and implementation of itrees
Projects
None yet
Development

No branches or pull requests

4 participants