Benchmark
non-incremental/QF_NIA/20230328-sqrtmodinv-hoenicke/sqrtStepFinal.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 | 1345 |
| Compressed Size | 635 |
| 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 | unsat |
| Size | 1337 |
| Compressed Size | 627 |
| 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 |
+ | 5 |
* | 6 |
< | 3 |
<= | 4 |
>= | 2 |
| |
Evaluations
| Evaluation |
Rating |
Solver |
Variant |
Result |
Wallclock |
CPU Time |
|
SMT-COMP 2025
|
0.40 (3/5) |
cvc5 |
cvc5 |
unsat ✅
|
481.11815
|
480.95096
|
| |
SMTInterpol |
SMTInterpol |
unknown ❌
|
0.44662
|
0.43692
|
| |
Yices2 |
Yices2 |
unknown ❌
|
1201.28685
|
1201.05686
|
| |
Z3alpha |
Z3-alpha |
unsat ✅
|
0.42524
|
0.39100
|
| |
Z3 |
Z3-alpha-base |
unsat ✅
|
0.31315
|
0.19551
|
| |
|
z3siri-base |
unsat ✅
|
0.32237
|
0.19580
|