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

Ensure That Subsumption Checks Are at the Correct Points #11

Closed
domainexpert opened this issue Dec 24, 2015 · 2 comments
Closed

Ensure That Subsumption Checks Are at the Correct Points #11

domainexpert opened this issue Dec 24, 2015 · 2 comments

Comments

@domainexpert
Copy link
Contributor

As search tree branching could be the result of non-control-flow branching, the storage of interpolant and subsumption check should be based on instruction id instead of basic block id.

@domainexpert
Copy link
Contributor Author

I think for this issue it is important to try to come up first with a unit test or regression test case that exhibit the problem (if any). (KLEE's unit tests are invoked using make unittests and the regression suite using make check.)

@domainexpert
Copy link
Contributor Author

The index of interpolant and subsumption check already use the pointer address of the first instruction in the state / interpolation tree node. Updated comment in #18 to clarify this issue. Closed it.

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