mirror of
https://github.com/Z3Prover/z3
synced 2025-06-03 21:01:22 +00:00
parent
36e5d4dec9
commit
81ec5bae95
1 changed files with 0 additions and 2 deletions
|
@ -1572,8 +1572,6 @@ bool seq_rewriter::reduce_eq(expr_ref_vector& ls, expr_ref_vector& rs, expr_ref_
|
||||||
bool lchange = false;
|
bool lchange = false;
|
||||||
SASSERT(lhs.empty());
|
SASSERT(lhs.empty());
|
||||||
TRACE("seq", tout << ls << "\n"; tout << rs << "\n";);
|
TRACE("seq", tout << ls << "\n"; tout << rs << "\n";);
|
||||||
//std::cout << ls << "\n";
|
|
||||||
//std::cout << rs << "\n";
|
|
||||||
// solve from back
|
// solve from back
|
||||||
while (true) {
|
while (true) {
|
||||||
while (!rs.empty() && m_util.str.is_empty(rs.back())) {
|
while (!rs.empty() && m_util.str.is_empty(rs.back())) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue