mirror of
https://github.com/Z3Prover/z3
synced 2026-06-23 09:00:30 +00:00
Remove duplicates from unions/intersections
This commit is contained in:
parent
dbb3f70873
commit
aec52551c3
3 changed files with 15 additions and 10 deletions
|
|
@ -75,7 +75,7 @@ class seq_split {
|
|||
|
||||
// same-D / same-N merge: groups pairs that share a (syntactically identical)
|
||||
// left (resp. right) component and unions the other component.
|
||||
void merge_by(split_set& pairs, bool by_left);
|
||||
void merge_by(split_set& pairs, bool by_left) const;
|
||||
|
||||
public:
|
||||
explicit seq_split(seq_rewriter& rw);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue