mirror of
https://github.com/Z3Prover/z3
synced 2025-10-08 17:01:55 +00:00
tune cardinality solver for cache misses
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4831c45ad8
commit
61ade5e6cb
12 changed files with 85 additions and 33 deletions
|
@ -304,6 +304,9 @@ namespace sat {
|
|||
s.attach_ter_clause(c);
|
||||
else
|
||||
s.attach_nary_clause(c);
|
||||
if (s.m_config.m_drat) {
|
||||
s.m_drat.add(c, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
cs.set_end(it2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue