mirror of
https://github.com/Z3Prover/z3
synced 2026-06-26 02:20:58 +00:00
fix bug in non-emptiness witness extraction
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
da9d8c8694
commit
5803c6f202
7 changed files with 198 additions and 61 deletions
|
|
@ -503,7 +503,8 @@ namespace seq {
|
|||
// -----------------------------------------------------------------------
|
||||
|
||||
lbool seq_regex::is_empty_bfs(euf::snode* re, unsigned max_states) {
|
||||
SASSERT(re && re->get_expr());
|
||||
if (!re)
|
||||
return l_undef;
|
||||
if (re->is_fail())
|
||||
return l_true;
|
||||
if (re->is_nullable())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue