mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 21:50:52 +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
|
@ -6,6 +6,7 @@ Copyright (c) 2015 Microsoft Corporation
|
|||
|
||||
#include "karr_relation.h"
|
||||
#include "bool_rewriter.h"
|
||||
#include "ast_util.h"
|
||||
|
||||
namespace datalog {
|
||||
class karr_relation : public relation_base {
|
||||
|
@ -114,7 +115,7 @@ namespace datalog {
|
|||
var* v, *w;
|
||||
rational n1, n2;
|
||||
expr_ref_vector conjs(m);
|
||||
qe::flatten_and(cond, conjs);
|
||||
flatten_and(cond, conjs);
|
||||
matrix& M = get_ineqs();
|
||||
unsigned num_columns = get_signature().size();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue