mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 09:20:22 +00:00
additional bit-vector propagators (#4695)
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
549753845e
commit
8691ef1d4d
17 changed files with 423 additions and 121 deletions
|
@ -237,6 +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);
|
||||
report rpt(*this);
|
||||
bool r = true;
|
||||
m_counter = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue