mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 20:33:38 +00:00
parent
e1b52c323c
commit
6af6617e36
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ namespace smt {
|
||||||
}
|
}
|
||||||
if (u.is_seq(s, ch)) {
|
if (u.is_seq(s, ch)) {
|
||||||
expr* v = m_model.get_fresh_value(ch);
|
expr* v = m_model.get_fresh_value(ch);
|
||||||
|
if (!v) return nullptr;
|
||||||
return u.str.mk_unit(v);
|
return u.str.mk_unit(v);
|
||||||
}
|
}
|
||||||
UNREACHABLE();
|
UNREACHABLE();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue