source:
CIVL/mods/dev.civl.com/examples/experimental/ineqor.cvl@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 149 bytes | |
| Rev | Line | |
|---|---|---|
| [11c421c] | 1 | #include <civlc.cvh> |
| 2 | ||
| 3 | $input double x,y,z,w; | |
| 4 | ||
| 5 | int main() { | |
| 6 | $assume(0==x*y-z*w); | |
| 7 | $assume(0==z); | |
| 8 | $assume(0!=x); | |
| 9 | $assume(0!=y); | |
| 10 | $assert(0); | |
| 11 | } |
Note:
See TracBrowser
for help on using the repository browser.
