mirror of
https://github.com/Z3Prover/z3
synced 2025-08-18 09:12:16 +00:00
This commit is contained in:
parent
913b90f7aa
commit
773e829c58
2 changed files with 26 additions and 32 deletions
|
@ -322,6 +322,7 @@ class seq_rewriter {
|
|||
bool reduce_eq_empty(expr* l, expr* r, expr_ref& result);
|
||||
bool min_length(expr_ref_vector const& es, unsigned& len);
|
||||
bool min_length(expr* e, unsigned& len);
|
||||
bool min_length(unsigned sz, expr* const* es, unsigned& len);
|
||||
bool max_length(expr* e, rational& len);
|
||||
lbool eq_length(expr* x, expr* y);
|
||||
expr* concat_non_empty(expr_ref_vector& es);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue