Skip to content

Commit

Permalink
Merge pull request #8255 from rurban/manual
Browse files Browse the repository at this point in the history
goto-analyzer.md: fix typos in examples
  • Loading branch information
tautschnig authored Apr 5, 2024
2 parents d170659 + 4578aa7 commit 03f604e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/cprover-manual/goto-analyzer.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ possible sets of options for a few common tasks.

I want to see if I can verify anything with `goto-analyzer`:
```
goto-analyzer --verify --recursive-interprocedural --vsd --vsd-values intervals --vsd-struct every-field --vsd-arrays smash --vsd-pointers value-set program.c
goto-analyzer --verify --recursive-interprocedural --vsd --vsd-values intervals --vsd-structs every-field --vsd-arrays smash --vsd-pointers value-set program.c
```


I want to make a big effort to verify things:
```
goto-analyzer --verify --three-way-merge --vsd --vsd-values set-of-constants --vsd-struct every-field --vsd-arrays up-to-n-elements --vsd-pointers value-set --loop-unwinding-and-branching 17 --one-domain-per-history program.c
goto-analyzer --verify --three-way-merge --vsd --vsd-values set-of-constants --vsd-structs every-field --vsd-arrays up-to-n-elements --vsd-pointers value-set --loop-unwinding-and-branching 17 --one-domain-per-history program.c
```


Expand Down

0 comments on commit 03f604e

Please sign in to comment.