mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
add shortcuts for unit assertions, conflicts
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d73b7267e3
commit
93ee05648e
17 changed files with 55 additions and 94 deletions
|
@ -448,7 +448,7 @@ namespace smt {
|
|||
}
|
||||
|
||||
unsigned act = m_eq_activity[hash_u_u(v1, v2) & 0xFF]++;
|
||||
if (act < 255) {
|
||||
if ((act & 0xFF) != 0xFF) {
|
||||
return;
|
||||
}
|
||||
++m_stats.m_num_eq_dynamic;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue