mirror of
https://github.com/Z3Prover/z3
synced 2025-08-06 19:21:22 +00:00
parent
084cd335eb
commit
7d4c9e6126
1 changed files with 3 additions and 0 deletions
|
@ -3125,6 +3125,9 @@ void theory_seq::assign_eh(bool_var v, bool is_true) {
|
||||||
else if (m_util.is_skolem(e)) {
|
else if (m_util.is_skolem(e)) {
|
||||||
|
|
||||||
// no-op
|
// no-op
|
||||||
|
}
|
||||||
|
else if (m_util.str.is_is_digit(e)) {
|
||||||
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
TRACE("seq", tout << mk_pp(e, m) << "\n";);
|
TRACE("seq", tout << mk_pp(e, m) << "\n";);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue