mirror of
https://github.com/Z3Prover/z3
synced 2025-05-07 07:45:46 +00:00
configuration update to SAT solver on creation time. Adding random_seed to sat parameters to enable command-line and module mode to work at the level of sat solver
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9412890c63
commit
e57e5328ce
4 changed files with 8 additions and 3 deletions
|
@ -53,6 +53,7 @@ namespace sat {
|
|||
unsigned m_restart_initial;
|
||||
double m_restart_factor; // for geometric case
|
||||
double m_random_freq;
|
||||
unsigned m_random_seed;
|
||||
unsigned m_burst_search;
|
||||
unsigned m_max_conflicts;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue