mirror of
https://github.com/Z3Prover/z3
synced 2025-10-09 09:21:56 +00:00
debugging ccc
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e65f106a83
commit
86a54dfec8
8 changed files with 832 additions and 180 deletions
|
@ -38,6 +38,7 @@ namespace sat {
|
|||
m_num_threads = 1;
|
||||
m_local_search = 0;
|
||||
m_lookahead_search = false;
|
||||
m_ccc = false;
|
||||
updt_params(p);
|
||||
}
|
||||
|
||||
|
@ -84,6 +85,7 @@ namespace sat {
|
|||
m_local_search = p.local_search();
|
||||
m_local_search_threads = p.local_search_threads();
|
||||
m_lookahead_search = p.lookahead_search();
|
||||
m_ccc = p.ccc();
|
||||
|
||||
// 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