Henrik Böving
2b752ec245
feat: add IntX and ISize support for bv_decide ( #7269 )
...
This PR implements support for `IntX` and `ISize` in `bv_decide`.
2025-02-28 10:33:11 +00:00
Henrik Böving
56a3ac1814
feat: bv_decide structure projections and if ( #7242 )
...
This PR makes sure bv_decide can work with projections applied to `ite`
and `cond` in its structures pass.
2025-02-26 14:47:44 +00:00
Henrik Böving
4540a6436f
refactor: bv_decide's type analysis to prepare for enum support ( #6971 )
...
This PR does some refactoring on bv_decide's type analysis in
preparation for enum support in #6946 .
2025-02-06 11:16:57 +00:00
Henrik Böving
d86a408944
feat: bv_decide can reason about equality of structures ( #6740 )
...
This PR extends `bv_decide`'s structure reasoning support for also
reasoning about equalities of supported structures.
2025-01-27 08:11:43 +00:00
Henrik Böving
7706b876f6
feat: bv_decide support for structures of supported types ( #6724 )
...
This PR adds support for `bv_decide` to automatically split up
non-recursive structures that contain information about supported types.
It can be controlled using the new `structures` field in the `bv_decide`
config.
2025-01-22 09:01:43 +00:00