mirror of
https://github.com/Z3Prover/z3
synced 2025-08-19 01:32:17 +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
|
@ -72,7 +72,7 @@ class inc_sat_solver : public solver {
|
|||
public:
|
||||
inc_sat_solver(ast_manager& m, params_ref const& p):
|
||||
m(m),
|
||||
m_solver(p, m.limit(), alloc(sat::card_extension)),
|
||||
m_solver(p, m.limit()),
|
||||
m_params(p), m_optimize_model(false),
|
||||
m_fmls(m),
|
||||
m_asmsf(m),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue