mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 00:05:46 +00:00
updates to mbqi
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0fe5e6c2a6
commit
7931bd1dfc
6 changed files with 402 additions and 173 deletions
|
@ -150,6 +150,8 @@ expr_ref mk_distinct(expr_ref_vector const& args);
|
|||
|
||||
void flatten_and(expr_ref_vector& result);
|
||||
|
||||
void flatten_and(expr_ref& fml);
|
||||
|
||||
void flatten_and(expr* fml, expr_ref_vector& result);
|
||||
|
||||
void flatten_or(expr_ref_vector& result);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue