mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 21:50:52 +00:00
local updates
Signed-off-by: Miguel Angelo Da Terra Neves <t-mineve@microsoft.com>
This commit is contained in:
parent
7db1132c33
commit
ff2cdc0e3f
6 changed files with 25 additions and 6 deletions
|
@ -73,6 +73,7 @@ namespace sat {
|
|||
unsigned m_restart_initial;
|
||||
double m_restart_factor; // for geometric case
|
||||
unsigned m_restart_max;
|
||||
unsigned m_inprocess_max;
|
||||
double m_random_freq;
|
||||
unsigned m_random_seed;
|
||||
unsigned m_burst_search;
|
||||
|
@ -106,6 +107,7 @@ namespace sat {
|
|||
bool m_drat_check;
|
||||
|
||||
bool m_dimacs_display;
|
||||
bool m_dimacs_inprocess_display;
|
||||
|
||||
symbol m_always_true;
|
||||
symbol m_always_false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue