Commit c7c4182
authored
Various improvements (#109)
* Bitwuzla: better const arrays handling
* Yices: Allow negative uninterpreted values
* Allow nested internalizer invocations
* Implement unsupported Bv operations
* Bitwuzla: fix Bv overflow checks
* Implement rewrites for Bv mul overflow checks
* Z3: Test bv overflow checks
* Yices: Test bv overflow checks
* Cvc: Test bv overflow checks
* Arith power eval
* fp.rem operation eval
* Disable random fp.rem expressions
* Rework random expr generator excludes
* fp.fma evaluator
* Comments on underflow/overflow
* Upgrade version to 0.5.31 parent 8e9f734 commit c7c4182
File tree
19 files changed
+1400
-226
lines changed- buildSrc/src/main/kotlin
- docs
- examples
- ksmt-bitwuzla/src/main/kotlin/io/ksmt/solver/bitwuzla
- ksmt-core/src
- main/kotlin/io/ksmt
- expr/rewrite/simplify
- solver/util
- utils
- test/kotlin/io/ksmt
- ksmt-cvc5/src/main/kotlin/io/ksmt/solver/cvc5
- ksmt-test/src
- main/kotlin/io/ksmt/test
- test/kotlin/io/ksmt/test
- ksmt-yices/src/main/kotlin/io/ksmt/solver/yices
19 files changed
+1400
-226
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments