-
Notifications
You must be signed in to change notification settings - Fork 9
Command lines for witness validation are outdated #4
Comments
We have issue #135 for that over at Ultimate, but we will only explain the latest version of Ultimate in our docs. I will update the instructions here as soon as I get around to fixing our issue. |
@danieldietsch Could you please double check whether this was done and then let's close the issue. |
Its on the list ;) |
If CPAchecker is current we can finally close this issue. |
@MartinSpiessl Could you check the command line for CPAchecker, please? |
Yeah, this section seems to be quite outdated. I also don't think this repo is the right place for describing how to do a (violation) witness validation with an arbitrary analysis in CPAchecker. We should just provide means of how to call the Apart from that I tried to run CPAcheckers validation on the example program+witness in this repo and the validation if this (violation) witness is actually not successful. I tried to run it with an older CPAchecker version (1.7-svn 29852-unix from SV-COMP 2019) and even with that one I was not able to validate the witness. Unfortunately we also did not document against which tool version this README was executed when written. This is related to issue #41. I think it would be best to rather generate the example witness anew with CPAchecker and then note the actual version against which the commands were executed/tested. Actually if we generate the witness again the we have the producer field which gives a good clue about which tool version was used (at least for generating the witness). But of course documenting which tool versions we used to check the witness should also be documented somewhere. The current command lines refer to some |
With a current Ultimate version, the command line given in the documentation in this repository does not work anymore. The usage of Ultimate is now as follows:
As long as old and new versions of Ultimate are relevant, the documentation should probably give examples for both and explain how to choose between them.
For CPAchecker, the documentation says to use
-spec witness-to-validate.graphml
, but I thought this is deprecated in favor of-witness
? (Although it still seems to work.)The text was updated successfully, but these errors were encountered: