mirror of
https://github.com/Z3Prover/z3
synced 2026-04-28 14:53:36 +00:00
port Jakob's update to union_find from polysat branch
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2f2bf749b9
commit
085b5e2588
4 changed files with 4 additions and 4 deletions
|
|
@ -49,7 +49,7 @@ namespace bv {
|
|||
typedef std::pair<numeral, unsigned> value_sort_pair;
|
||||
typedef pair_hash<obj_hash<numeral>, unsigned_hash> value_sort_pair_hash;
|
||||
typedef map<value_sort_pair, theory_var, value_sort_pair_hash, default_eq<value_sort_pair> > value2var;
|
||||
typedef union_find<solver, euf::solver> bv_union_find;
|
||||
typedef union_find<solver> bv_union_find;
|
||||
typedef std::pair<theory_var, unsigned> var_pos;
|
||||
|
||||
friend class ackerman;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue