mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
add some of the SMTLIB2.6 conventions and features to strings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1ab2ad07be
commit
4753d93bb7
4 changed files with 27 additions and 6 deletions
|
@ -157,6 +157,7 @@ class seq_rewriter {
|
|||
br_status mk_re_inter(expr* a, expr* b, expr_ref& result);
|
||||
br_status mk_re_complement(expr* a, expr_ref& result);
|
||||
br_status mk_re_star(expr* a, expr_ref& result);
|
||||
br_status mk_re_diff(expr* a, expr* b, expr_ref& result);
|
||||
br_status mk_re_plus(expr* a, expr_ref& result);
|
||||
br_status mk_re_opt(expr* a, expr_ref& result);
|
||||
br_status mk_re_loop(func_decl* f, unsigned num_args, expr* const* args, expr_ref& result);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue