source:
CIVL/examples/library/civlc/assume1.cvl@
8ed2d3b
| Last change on this file since 8ed2d3b was cfe3af8, checked in by , 11 years ago | |
|---|---|
|
|
| File size: 107 bytes | |
| Line | |
|---|---|
| 1 | #include<civlc.cvh> |
| 2 | |
| 3 | $input double x[2]; |
| 4 | |
| 5 | int main(){ |
| 6 | $assume(x[0]!=0 || x[1]!=0); |
| 7 | $assert(x[1]!=0); |
| 8 | } |
Note:
See TracBrowser
for help on using the repository browser.
