mirror of
https://github.com/Z3Prover/z3
synced 2025-10-09 09:21:56 +00:00
adding ability to ahve multiple local search threads
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fda5809c89
commit
cd4a2701db
4 changed files with 29 additions and 29 deletions
|
@ -36,8 +36,7 @@ namespace sat {
|
|||
m_glue_psm("glue_psm"),
|
||||
m_psm_glue("psm_glue") {
|
||||
m_num_threads = 1;
|
||||
m_local_search = false;
|
||||
m_local_search_parameter1 = 0;
|
||||
m_local_search = 0;
|
||||
updt_params(p);
|
||||
}
|
||||
|
||||
|
@ -82,7 +81,6 @@ namespace sat {
|
|||
m_max_conflicts = p.max_conflicts();
|
||||
m_num_threads = p.threads();
|
||||
m_local_search = p.local_search();
|
||||
m_local_search_parameter1 = p.local_search_int();
|
||||
|
||||
// These parameters are not exposed
|
||||
m_simplify_mult1 = _p.get_uint("simplify_mult1", 300);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue