mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
parent
5b219aab76
commit
1b83a4556b
|
@ -3070,9 +3070,13 @@ void theory_seq::assign_eh(bool_var v, bool is_true) {
|
|||
}
|
||||
else if (m_util.str.is_is_digit(e)) {
|
||||
|
||||
}
|
||||
else if (m_util.str.is_foldl(e) || m_util.str.is_foldli(e)) {
|
||||
|
||||
}
|
||||
else {
|
||||
TRACE("seq", tout << mk_pp(e, m) << "\n";);
|
||||
IF_VERBOSE(0, verbose_stream() << mk_pp(e, m) << "\n");
|
||||
UNREACHABLE();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue