Skip to content

Commit

Permalink
disable simple check in nlsat
Browse files Browse the repository at this point in the history
Signed-off-by: Lev Nachmanson <[email protected]>
  • Loading branch information
levnach committed Sep 23, 2024
1 parent c34c847 commit fa1a2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nlsat/nlsat_solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fa1a2cd

Please sign in to comment.