mirror of
https://github.com/Z3Prover/z3
synced 2025-07-23 04:38:53 +00:00
normalization of union/intersection
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ccea27de35
commit
ba1ca33637
4 changed files with 91 additions and 6 deletions
|
@ -238,6 +238,7 @@ class seq_rewriter {
|
|||
bool rewrite_contains_pattern(expr* a, expr* b, expr_ref& result);
|
||||
|
||||
br_status mk_bool_app_helper(bool is_and, unsigned n, expr* const* args, expr_ref& result);
|
||||
br_status mk_eq_helper(expr* a, expr* b, expr_ref& result);
|
||||
|
||||
bool cannot_contain_prefix(expr* a, expr* b);
|
||||
bool cannot_contain_suffix(expr* a, expr* b);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue