3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-15 03:25:43 +00:00

hunt for non-constants

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2026-07-03 22:53:38 -07:00
parent d19f19c5d6
commit 7d75e6f40a

View file

@ -515,6 +515,8 @@ namespace smt {
prefix.push_back(v),
tl = tl1;
VERIFY(!(str().is_concat(tl, hd, tl1) && str().is_unit(hd)));
if (prefix.empty())
return false;