mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
more rewrites
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4fe0e07080
commit
40e9e4c7f8
4 changed files with 98 additions and 12 deletions
|
@ -32,6 +32,7 @@ Notes:
|
|||
class seq_rewriter {
|
||||
seq_util m_util;
|
||||
arith_util m_autil;
|
||||
ptr_vector<expr> m_es;
|
||||
|
||||
br_status mk_str_concat(expr* a, expr* b, expr_ref& result);
|
||||
br_status mk_str_length(expr* a, expr_ref& result);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue