File tree
4 files changed
+16
-16
lines changed- lib
- src
- ebmc
- verilog
4 files changed
+16
-16
lines changed- .github/workflows/coverage.yaml+1-1
- .github/workflows/release-packages.yaml+71
- CHANGELOG+20
- doc/cprover-manual/memory-primitives.md+5-5
- regression/cbmc/Pointer_difference2/test.desc+3-3
- src/config.inc+1-33
- src/goto-checker/solver_factory.cpp+2-1
- src/goto-instrument/contracts/doc/user/contracts-assigns.md+73
- src/libcprover-rust/Cargo.toml+1-1
- src/solvers/flattening/bv_pointers.cpp+2-33
- src/solvers/sat/satcheck.h+2-2
- src/solvers/sat/satcheck_cadical.cpp+21-9
- src/solvers/sat/satcheck_cadical.h+25-3
- src/util/arith_tools.cpp+8-2
- src/util/bitvector_expr.h+35
- src/util/format_expr.cpp+5-2
- src/util/mathematical_expr.cpp+8
- src/util/mathematical_expr.h+27-11
- src/util/simplify_expr.cpp+8-7
- src/util/simplify_expr_class.h+2-1
- src/util/simplify_expr_int.cpp+14-5
- src/util/std_expr.h+5
- unit/solvers/sat/satcheck_cadical.cpp+3-3
- unit/util/format_expr.cpp+1-1
- unit/util/simplify_expr.cpp+17-2
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
145 | 145 |
| |
146 | 146 |
| |
147 | 147 |
| |
148 |
| - | |
149 |
| - | |
| 148 | + | |
| 149 | + | |
150 | 150 |
| |
151 | 151 |
| |
152 | 152 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
339 | 339 |
| |
340 | 340 |
| |
341 | 341 |
| |
342 |
| - | |
343 |
| - | |
| 342 | + | |
| 343 | + | |
344 | 344 |
| |
345 |
| - | |
| 345 | + | |
346 | 346 |
| |
347 |
| - | |
| 347 | + | |
348 | 348 |
| |
349 | 349 |
| |
350 | 350 |
| |
|
Lines changed: 9 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
208 | 208 |
| |
209 | 209 |
| |
210 | 210 |
| |
211 |
| - | |
| 211 | + | |
212 | 212 |
| |
213 | 213 |
| |
214 |
| - | |
215 |
| - | |
| 214 | + | |
| 215 | + | |
216 | 216 |
| |
217 |
| - | |
| 217 | + | |
218 | 218 |
| |
219 |
| - | |
220 |
| - | |
| 219 | + | |
| 220 | + | |
221 | 221 |
| |
222 | 222 |
| |
223 |
| - | |
224 |
| - | |
225 |
| - | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
226 | 226 |
| |
227 | 227 |
| |
228 | 228 |
| |
|
0 commit comments