mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
bounds
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ea1f50b77e
commit
0911a06d81
2 changed files with 15 additions and 15 deletions
|
@ -183,7 +183,7 @@ class seq_rewriter {
|
|||
bool is_re_contains_pattern(expr* r, vector<expr_ref_vector>& patterns);
|
||||
bool non_overlap(expr_ref_vector const& p1, expr_ref_vector const& p2) const;
|
||||
bool non_overlap(zstring const& p1, zstring const& p2) const;
|
||||
bool rewrite_contains(expr* a, expr* b, expr_ref& result);
|
||||
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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue