Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Add liveness page
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoPonzi committed Jul 16, 2024
1 parent 9630127 commit f67e5c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
- [TLC Model Checker](./using/tlc.md)
- [How TLC works](./using/tlc/how-tlc-works.md)
- [Trace Validation](./using/tlc/trace-validation.md)
- [Liveness](./using/tlc/liveness.md)
- [Standard Library](./using/standard-lib.md)
- [Community Modules](./using/community-modules.md)
- [Debugger](./using/debugger.md)
Expand Down
5 changes: 5 additions & 0 deletions src/using/tlc/liveness.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Liveness checks
if TLC is configured to check three temporal formulas A,B,C;
TLC does *not* check if A, B or C are identical formulas. If TLC is set to
check A, A, A (it will still create three OrderOfSolutions). It is up to the
user to prevent this.

0 comments on commit f67e5c9

Please sign in to comment.