mirror of
https://github.com/Z3Prover/z3
synced 2026-06-13 20:35:39 +00:00
Update seq_regex_bisim.cpp
This commit is contained in:
parent
513b81253b
commit
207e6b439a
1 changed files with 1 additions and 3 deletions
|
|
@ -82,9 +82,7 @@ namespace seq {
|
|||
// Reject regexes mentioning free variables; the symbolic
|
||||
// derivative engine introduces (:var 0) only after we call it
|
||||
// ourselves, so any pre-existing variable would be a free var.
|
||||
if (!is_ground(r))
|
||||
return false;
|
||||
return true;
|
||||
return is_ground(r);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue