mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 04:26:00 +00:00
moved obj_equiv_class to ast
This commit is contained in:
parent
4d07fa5db3
commit
88a35119b9
12 changed files with 164 additions and 128 deletions
|
@ -70,8 +70,8 @@ Revision History:
|
|||
#define DL_MK_ARRAY_INSTANTIATION_H_
|
||||
|
||||
|
||||
#include "ast/factor_equivs.h"
|
||||
#include "muz/base/dl_rule_transformer.h"
|
||||
#include "../spacer/obj_equiv_class.h"
|
||||
|
||||
namespace datalog {
|
||||
|
||||
|
@ -89,7 +89,7 @@ namespace datalog {
|
|||
|
||||
//Rule context
|
||||
obj_map<expr, ptr_vector<expr> > selects;
|
||||
spacer::expr_equiv_class eq_classes;
|
||||
expr_equiv_class eq_classes;
|
||||
unsigned cnt;//Index for new variables
|
||||
obj_map<expr, var*> done_selects;
|
||||
expr_ref_vector ownership;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue