Skip to content

Commit

Permalink
fix str.at rewrite
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Oct 7, 2019
1 parent 9a516e5 commit 82c39f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nlsat/nlsat_solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1586,9 +1586,11 @@ namespace nlsat {
check_lemma(c->size(), c->c_ptr(), false, nullptr);
}
}
#if 0
for (clause* c : m_learned) {
IF_VERBOSE(0, display(verbose_stream() << "KEEP: ", c->size(), c->c_ptr()) << "\n");
}
#endif
assumptions.reset();
assumptions.append(result);
return r;
Expand Down

0 comments on commit 82c39f8

Please sign in to comment.