mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 09:44:43 +00:00
merge with unstable
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
commit
c706e91019
18 changed files with 49 additions and 38 deletions
|
@ -68,7 +68,10 @@ namespace sat {
|
|||
m_restart_factor = p.restart_factor();
|
||||
|
||||
m_random_freq = p.random_freq();
|
||||
|
||||
m_random_seed = p.random_seed();
|
||||
if (m_random_seed == 0)
|
||||
m_random_seed = _p.get_uint("random_seed", 0);
|
||||
|
||||
m_burst_search = p.burst_search();
|
||||
|
||||
m_max_conflicts = p.max_conflicts();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue