-
Notifications
You must be signed in to change notification settings - Fork 42
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
Allow BlockEncoding for path programs #108
Labels
Comments
danieldietsch
added a commit
that referenced
this issue
Feb 8, 2017
danieldietsch
added a commit
that referenced
this issue
Feb 9, 2017
danieldietsch
added a commit
that referenced
this issue
Feb 9, 2017
danieldietsch
added a commit
that referenced
this issue
Feb 10, 2017
danieldietsch
added a commit
that referenced
this issue
Feb 12, 2017
danieldietsch
added a commit
that referenced
this issue
Feb 12, 2017
… in PathProgram and avoid a dependency cycle)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BlockEncodingV2 should provide an API s.t. other plugins can use it to block-encode arbitrary IIcfgs (especially PathPrograms).
First proof-of-concept should be implemented in PathInvariantsGenerator:
ultimate/trunk/source/TraceAbstraction/src/de/uni_freiburg/informatik/ultimate/plugins/generator/traceabstraction/pathinvariants/PathInvariantsGenerator.java
Line 255 in e710831
Besides block encoding, the result should also provide some backtranslation information (at least a mapping from old locations to new ones)
The text was updated successfully, but these errors were encountered: