mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
using iterators
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
17f239c2cb
commit
c79967b2b6
2 changed files with 29 additions and 26 deletions
|
@ -228,6 +228,8 @@ export async function invokeLLMClassInvariant(header : string, code : string) {
|
|||
Create only code for the class invariant methods and optionally auxiliary helper functions.
|
||||
|
||||
In addition, for each method, provide pre and post conditions.
|
||||
A precondition is an assertion that must be true before the method is called.
|
||||
Similarly, a postcondition is an assertion that must be true after the method is called.
|
||||
Include the well_formed() method in the pre and post conditions if it should be included.
|
||||
`
|
||||
}, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue