mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
parent
ca25e482e5
commit
e6df7b73aa
1 changed files with 3 additions and 0 deletions
|
@ -5552,6 +5552,9 @@ void theory_seq::assign_eh(bool_var v, bool is_true) {
|
||||||
else if (m_util.str.is_lt(e) || m_util.str.is_le(e)) {
|
else if (m_util.str.is_lt(e) || m_util.str.is_le(e)) {
|
||||||
m_lts.push_back(e);
|
m_lts.push_back(e);
|
||||||
}
|
}
|
||||||
|
else if (is_nth(e)) {
|
||||||
|
// no-op
|
||||||
|
}
|
||||||
else {
|
else {
|
||||||
TRACE("seq", tout << mk_pp(e, m) << "\n";);
|
TRACE("seq", tout << mk_pp(e, m) << "\n";);
|
||||||
UNREACHABLE();
|
UNREACHABLE();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue