mirror of
https://github.com/Z3Prover/z3
synced 2026-07-02 05:16:08 +00:00
merge with master
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c9cd5147be
commit
898178fbe5
4 changed files with 82 additions and 40 deletions
|
|
@ -138,6 +138,8 @@ namespace seq {
|
|||
expr_ref mk_concat(expr* a, expr* b);
|
||||
expr_ref mk_complement(expr* a);
|
||||
expr_ref mk_complement_core(expr* a);
|
||||
expr_ref mk_xor(expr *a, expr *b);
|
||||
expr_ref mk_xor_core(expr *a, expr *b);
|
||||
expr_ref mk_ite(expr* c, expr* t, expr* e);
|
||||
|
||||
// Distribute concatenation through ITE/union in derivative
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue