File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ void assert(_Bool assertion);
18
18
The function **\_\_CPROVER\_assume** adds an expression as a constraint
19
19
to the program. If the expression evaluates to false, the execution
20
20
aborts without failure. More detail on the use of assumptions is in the
21
- section on [Assumptions](./modeling- assumptions.md ).
21
+ section on [Assumptions](http://www.cprover.org/cprover-manual/modeling/ assumptions/ ).
22
22
23
23
#### \_\_CPROVER\_r_ok, \_\_CPROVER\_w_ok
24
24
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ properties together with the condition.
33
33
34
34
The assertion language of the CPROVER tools is identical to the language
35
35
used for expressions. Note that
36
- [ nondeterminism] ( ./modeling- nondeterminism.md ) can be exploited in order
36
+ [ nondeterminism] ( http://www.cprover.org/cprover-manual/modeling/ nondeterminism/ ) can be exploited in order
37
37
to check a range of choices. As an example, the following code fragment
38
38
asserts that ** all** elements of the array are zero:
39
39
You can’t perform that action at this time.
0 commit comments