mirror of
https://github.com/Z3Prover/z3
synced 2026-03-18 02:53:46 +00:00
use lazy explanation function for slices, use euf-bv-plugin to extract slices
This commit is contained in:
parent
5bbec43235
commit
fbbad72c29
11 changed files with 243 additions and 197 deletions
|
|
@ -389,11 +389,11 @@ namespace polysat {
|
|||
}
|
||||
}
|
||||
|
||||
void core::get_bitvector_suffixes(pvar v, justified_slices& out) {
|
||||
void core::get_bitvector_suffixes(pvar v, offset_slices& out) {
|
||||
s.get_bitvector_suffixes(v, out);
|
||||
}
|
||||
|
||||
void core::get_fixed_bits(pvar v, justified_fixed_bits& fixed_bits) {
|
||||
void core::get_fixed_bits(pvar v, fixed_bits_vector& fixed_bits) {
|
||||
s.get_fixed_bits(v, fixed_bits);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue