3
0
Fork 0
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:
CEisenhofer 2026-06-10 15:58:36 +02:00
parent dbb3f70873
commit aec52551c3
3 changed files with 15 additions and 10 deletions

View file

@ -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);