mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 03:27:52 +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
|
@ -34,7 +34,7 @@ class sat_tactic : public tactic {
|
|||
|
||||
imp(ast_manager & _m, params_ref const & p):
|
||||
m(_m),
|
||||
m_solver(p, m.limit(), 0),
|
||||
m_solver(p, m.limit()),
|
||||
m_params(p) {
|
||||
SASSERT(!m.proofs_enabled());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue