Skip to content

Commit

Permalink
prompt lines cahnged
Browse files Browse the repository at this point in the history
  • Loading branch information
adharshkamath committed Nov 12, 2023
1 parent a03dd4c commit fe05f04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/svcomp_system_message.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Instructions:
(iii) after the loop termination,
such that the loop invariants imply the post condition.
- If a loop invariant is a conjunction, split it into its parts.
- If a variable does not change in the loop body, then output the equality of the variable with its value before the loop execution, as a loop invariant.
- Output all the loop invariants and function contracts in one code block, with the corresponding labels as XML tags.
Output each function contract in an XML tag of the form <Function_X>, where Function_X is the function label. Ensure each clause is in a separate line.
Output each loop invariant in an XML tag of the form <Loop_X>, where Loop_X is the loop label.
Expand Down

0 comments on commit fe05f04

Please sign in to comment.