Searched refs:csB (Results 1 – 1 of 1) sorted by relevance
101 for (const IntegerRelation &csB : set.disjuncts) { in intersect() local102 IntegerRelation intersection = csA.intersect(csB); in intersect()