mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 21:03:39 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fcfb76960f
commit
69ca840ceb
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ namespace smt {
|
||||||
|
|
||||||
collect_units();
|
collect_units();
|
||||||
++num_rounds;
|
++num_rounds;
|
||||||
max_conflicts = (max_conflicts < thread_max_conflicts) ? 0 : (thread_max_conflicts - max_conflicts);
|
max_conflicts = (max_conflicts < thread_max_conflicts) ? 0 : (max_conflicts - thread_max_conflicts);
|
||||||
thread_max_conflicts *= 2;
|
thread_max_conflicts *= 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue