Open icmccorm opened 1 year ago
Currently, if a precondition or postcondition is left out, the verifier will assume @requires true or @ensures true. However, several test cases involving the permutation generator will fail for specs like this.
@requires true
@ensures true
Currently, if a precondition or postcondition is left out, the verifier will assume
@requires true
or@ensures true
. However, several test cases involving the permutation generator will fail for specs like this.