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:
parent
d19f19c5d6
commit
7d75e6f40a
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue