mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 02:45:51 +00:00
disable simple check in nlsat
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
c34c8477f3
commit
fa1a2cdc1e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue