mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 11:07:51 +00:00
debugging #5127
This commit is contained in:
parent
e5e663e874
commit
0b0efa83ca
3 changed files with 23 additions and 10 deletions
|
@ -2811,6 +2811,7 @@ void theory_seq::assign_eh(bool_var v, bool is_true) {
|
|||
expr_ref f(m);
|
||||
literal lit(v, !is_true);
|
||||
TRACE("seq", tout << (is_true?"":"not ") << mk_bounded_pp(e, m) << "\n";);
|
||||
TRACE("seq", tout << (is_true?"":"not ") << mk_bounded_pp(e, m) << " " << ctx.get_scope_level() << " " << lit << "\n";);
|
||||
|
||||
if (m_util.str.is_prefix(e, e1, e2)) {
|
||||
if (is_true) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue