Skip to content

Commit 287b7ee

Browse files
fix link
1 parent 2c254df commit 287b7ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docs/docs/advanced/PVerifierLanguageExtensions/twophasecommitverification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Introduction to Formal Verification in P
22

3-
This tutorial describes the formal verification features of P through an example. We assume that the reader has P installed along with the verification dependencies (i,e., UCLID5 and Z3). Installation instructions are available [here](https://github.com/p-org/P/blob/master/Docs/docs/advanced/install-verification-backend.md).
3+
This tutorial describes the formal verification features of P through an example. We assume that the reader has P installed along with the verification dependencies (i,e., UCLID5 and Z3). Installation instructions are available [here](install-pverifier.md).
44

55
When using P for formal verification, our goal is to show that no execution of any test driver will violate a specification. To do this, we will rely on proofs by induction---more on that later. This backend is different from P's explicit state model checker, which you are accustomed to using. These differences can influence the modeling decisions you make.
66

0 commit comments

Comments
 (0)