mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 09:20:22 +00:00
optimizations to bv-solver and euf-egraph (#4698)
* additional bit-vector propagators Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * rename restrict (not a keyword, but well) #4694, tune euf Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * merge Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * add pb rewriting to pb2bv #4697 Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ed44a44579
commit
6f63f8761c
24 changed files with 206 additions and 116 deletions
|
@ -237,7 +237,7 @@ namespace sat {
|
|||
if (m_probing_cache && memory::get_allocation_size() > m_probing_cache_limit)
|
||||
m_cached_bins.finalize();
|
||||
|
||||
flet<bool> _probing(m_active, true);
|
||||
flet<bool> _is_probing(s.m_is_probing, true);
|
||||
report rpt(*this);
|
||||
bool r = true;
|
||||
m_counter = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue