mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 02:15:19 +00:00
inc version
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
85cdfd885f
commit
50e9b371d9
|
@ -1952,6 +1952,7 @@ void seq_rewriter::split_units(expr_ref_vector& lhs, expr_ref_vector& rhs) {
|
|||
}
|
||||
|
||||
|
||||
|
||||
bool seq_rewriter::is_epsilon(expr* e) const {
|
||||
expr* e1;
|
||||
return m_util.re.is_to_re(e, e1) && m_util.str.is_empty(e1);
|
||||
|
|
Loading…
Reference in a new issue