mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
add Julia to pipeline (#4199)
* add Julia to pipeline Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * na Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * na Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d3e4dd69f8
commit
6a540e8429
3 changed files with 117 additions and 61 deletions
|
@ -163,6 +163,7 @@ class seq_rewriter {
|
|||
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);
|
||||
br_status mk_re_range(expr* lo, expr* hi, expr_ref& result);
|
||||
br_status lift_ite(func_decl* f, unsigned n, expr* const* args, expr_ref& result);
|
||||
|
||||
bool cannot_contain_prefix(expr* a, expr* b);
|
||||
bool cannot_contain_suffix(expr* a, expr* b);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue