mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
disable simple check in nlsat
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
c34c8477f3
commit
fa1a2cdc1e
|
@ -222,7 +222,7 @@ namespace nlsat {
|
|||
bool m_check_lemmas;
|
||||
unsigned m_max_conflicts;
|
||||
unsigned m_lemma_count;
|
||||
bool m_simple_check;
|
||||
bool m_simple_check = false;
|
||||
unsigned m_variable_ordering_strategy;
|
||||
bool m_set_0_more;
|
||||
bool m_cell_sample;
|
||||
|
|
Loading…
Reference in a new issue