mirror of
https://github.com/Z3Prover/z3
synced 2025-05-10 17:25:47 +00:00
handle better cancellation for parallel, switch between cube mode and base level mode in smt.threads, expose parameters to control theory_bv and phase caching
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fae206b738
commit
ca3ec22b7a
18 changed files with 261 additions and 149 deletions
|
@ -3963,6 +3963,7 @@ namespace smt {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
bool context::resolve_conflict() {
|
||||
m_stats.m_num_conflicts++;
|
||||
m_num_conflicts ++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue