-
Notifications
You must be signed in to change notification settings - Fork 29
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
Loop bound estimation and loop abstraction? #80
Comments
Corral folks will be more knowledgeable about this, but I believe that |
I did a few tests and could confirm that the According to the paper, when the loop iterations become greater than 50 "chosen heuristically
|
Only loop-bound estimation is implemented inside Corral. The loop abstraction is implemented outside, in the system that generates the boogie file for Corral. |
Is there any tool that is publically available and implements the loop abstraction for Corral? |
I am not aware of anything available publically. Sorry.
…On Thu, Dec 13, 2018, 22:24 bitcalc ***@***.*** wrote:
Is there any tool that is publically available and implements the loop
abstraction for Corral?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#80 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABzIY2dsPnpR1tOW23TTqYCEeSTKIeJSks5u40QygaJpZM4ZQtL8>
.
|
Does Windows SDK, Visual Studio, or any Microsoft product include a tool that does it? If so, what is the command name and arguments? I appreciate any information. |
Hi,
In the FSE2014 Corral paper, I see that Corral has implemented the loop abstraction and loop bound estimation. What options should I use to enable them?
I haven't found a Corral discussion place, so I am posting my question here, hoping that someone can direct me to the right place.
Thanks.
The text was updated successfully, but these errors were encountered: