mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 21:50:52 +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
|
@ -58,8 +58,7 @@ namespace sat {
|
|||
unsigned m_burst_search;
|
||||
unsigned m_max_conflicts;
|
||||
unsigned m_num_threads;
|
||||
bool m_local_search;
|
||||
unsigned m_local_search_parameter1;
|
||||
unsigned m_local_search;
|
||||
|
||||
unsigned m_simplify_mult1;
|
||||
double m_simplify_mult2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue