mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 20:21:23 +00:00
move functionality from qe_util to ast_util
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5f484c069b
commit
bf5419d44a
25 changed files with 174 additions and 161 deletions
|
@ -20,6 +20,7 @@ Revision History:
|
|||
|
||||
#include "qe_arith.h"
|
||||
#include "qe_util.h"
|
||||
#include "ast_util.h"
|
||||
#include "arith_decl_plugin.h"
|
||||
#include "ast_pp.h"
|
||||
#include "th_rewriter.h"
|
||||
|
@ -299,7 +300,7 @@ namespace qe {
|
|||
ast_manager& m = vars.get_manager();
|
||||
arith_project_util ap(m);
|
||||
expr_ref_vector lits(m);
|
||||
qe::flatten_and(fml, lits);
|
||||
flatten_and(fml, lits);
|
||||
return ap(model, vars, lits);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue