Skip to content

Commit

Permalink
fix attribute order
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Aug 26, 2024
1 parent 49ba3bc commit b84b4e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/nlsat/nlsat_explain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,10 @@ namespace nlsat {
m_factors(m_pm),
m_factors_save(m_pm),
m_roots_tmp(m_am),
m_cell_sample(is_sample),
m_todo(u),
m_core1(s),
m_core2(s),
m_cell_sample(is_sample),

m_evaluator(ev) {
m_simplify_cores = false;
m_full_dimensional = false;
Expand Down

0 comments on commit b84b4e7

Please sign in to comment.