3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-14 04:48:45 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-11-27 11:02:48 -08:00
parent 36e5d4dec9
commit 81ec5bae95

View file

@ -1572,8 +1572,6 @@ bool seq_rewriter::reduce_eq(expr_ref_vector& ls, expr_ref_vector& rs, expr_ref_
bool lchange = false;
SASSERT(lhs.empty());
TRACE("seq", tout << ls << "\n"; tout << rs << "\n";);
//std::cout << ls << "\n";
//std::cout << rs << "\n";
// solve from back
while (true) {
while (!rs.empty() && m_util.str.is_empty(rs.back())) {