mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 04:26:00 +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
|
@ -17,8 +17,6 @@ Author:
|
|||
|
||||
namespace polysat {
|
||||
|
||||
using fixed_bits_vector = vector<fixed_bits>;
|
||||
|
||||
bool get_eq_fixed_lsb(pdd const& p, fixed_bits& out);
|
||||
bool get_eq_fixed_bits(pdd const& p, fixed_bits& out);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue