Skip to content

Commit

Permalink
butterfly effect on fp?
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Sep 1, 2020
1 parent 527bf72 commit 141edef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sat/sat_solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ namespace sat {
m_cuber = nullptr;
m_local_search = nullptr;
m_mc.set_solver(this);
mk_var(false, false);
//mk_var(false, false);
}

solver::~solver() {
Expand Down Expand Up @@ -138,7 +138,7 @@ namespace sat {
m_qhead = 0;
m_trail.reset();
m_scopes.reset();
mk_var(false, false);
//mk_var(false, false);

if (src.inconsistent()) {
set_conflict();
Expand Down

0 comments on commit 141edef

Please sign in to comment.