Benchmark
non-incremental/QF_NIA/20230328-sqrtmodinv-hoenicke/sqrtStepFinala.smt2
This checks the validity of the final newton-raphson step that computes
the square root from a good approximation
assume abs(x - (res * res)) <= oldeps
roundedDown = x / res
res = min(res, roundedDown)
assert res * res <= x < (res + 1) * (res + 1)
| Benchmark |
| Size | 1271 |
| Compressed Size | 661 |
| License |
Creative Commons Attribution 4.0 International
(CC-BY-4.0)
|
| Category | crafted |
| First Occurrence | 2023-07-06 |
| Generated By | Jochen Hoenicke |
| Generated On | 2023-03-28 00:00:00 |
| Generator | Handwritten |
| Dolmen OK | 1 |
| strict Dolmen OK | 1 |
| check-sat calls | 1 |
| Status | unsat |
| Inferred Status | None |
| Size | 1263 |
| Compressed Size | 658 |
| Max. Term Depth | 5 |
| Asserts | 7 |
| Declared Functions | 0 |
| Declared Constants | 4 |
| Declared Sorts | 0 |
| Defined Functions | 0 |
| Defined Recursive Functions | 0 |
| Defined Sorts | 0 |
| Constants | 0 |
| Declared Datatypes | 0 |
Symbols
ite | 1 |
not | 1 |
or | 1 |
and | 2 |
= | 2 |
div | 2 |
+ | 6 |
* | 5 |
< | 3 |
<= | 4 |
>= | 2 |
| |