mirror of
https://github.com/Z3Prover/z3
synced 2025-07-23 12:48:53 +00:00
fixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c9d6dccc12
commit
9ae3339c33
4 changed files with 21 additions and 12 deletions
|
@ -282,7 +282,7 @@ class seq_rewriter {
|
|||
bool reduce_itos(expr_ref_vector& ls, expr_ref_vector& rs, expr_ref_pair_vector& eqs);
|
||||
bool reduce_eq_empty(expr* l, expr* r, expr_ref& result);
|
||||
bool min_length(expr_ref_vector const& es, unsigned& len);
|
||||
bool max_length(expr* e, unsigned& len);
|
||||
bool max_length(expr* e, rational& len);
|
||||
expr* concat_non_empty(expr_ref_vector& es);
|
||||
|
||||
bool is_string(unsigned n, expr* const* es, zstring& s) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue