3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-12 04:03:39 +00:00

disable simple check in nlsat

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2024-09-23 10:10:46 -07:00
parent c34c8477f3
commit fa1a2cdc1e

View file

@ -222,7 +222,7 @@ namespace nlsat {
bool m_check_lemmas; bool m_check_lemmas;
unsigned m_max_conflicts; unsigned m_max_conflicts;
unsigned m_lemma_count; unsigned m_lemma_count;
bool m_simple_check; bool m_simple_check = false;
unsigned m_variable_ordering_strategy; unsigned m_variable_ordering_strategy;
bool m_set_0_more; bool m_set_0_more;
bool m_cell_sample; bool m_cell_sample;