-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Show minimum required time for successful proof #29
Comments
Good suggestion. Just to make sure: I am assuming you used the Also, related to #26. |
Yes, |
@treiher I just released version v0.9.5-pre, if you could kindly try out the new feature and see if it works for you? I'm aware there are still some rough edges. |
It works fine for me in v0.9.5-pre. Thanks for adding! Do you plan to add the value also to the summary? I think it would make sense to have it there as well. BTW: I first tried the current version on master (d494d06), but this led to a constrained error:
|
I see what I can do.
Assuming there was just a test.adb in that project, would you by any chance be able to provide the |
Here is the relevant file: rflx-rflx_types.spark |
Thanks. Almost as suspected, but not quite.
A negative step value. I must admit, I did not anticipate that. |
This could be useful input for yet another optimization criterion, as it may indicate that you should increase your |
FWIW, the maximum time for successful proof and maximum time for single proof are now also shown in the summary (#39). I close this one for now, feel free to open a new issue, if you find something. New pre-release upcoming. |
Is your feature request related to a problem? Please describe.
I want to improve the proof time for already known correct code. One way to achieve that is reducing the timeout to reduce wasting time on a prover which is unable to prove a certain VC. Unfortunately, the current output of SPAT does not allow getting the minimum required time easily. It may can be determined manually by using the details option, but that is quite tedious.
Here is an example of the current output:
SPAT shows a very high maximum time used by a prover (120.0 s), while it cannot be seen easily that the required time could be reduced significantly when reducing the timeout (5.4 s + some buffer for the shown VC).
Describe the solution you'd like
It would be nice if the output could be extended by a value for the maximum time needed by any prover for a valid proof. For example:
It would be also helpful to be able to sort the output by this value, so that the maximum value for the whole project can be easily seen.
The text was updated successfully, but these errors were encountered: