union_set = {x: max(self.memberships.get(x, 0), other.memberships.get(x, 0)) for x in set(self.universe).union(set(other.universe))} return FuzzySet(self.universe ...
Abstract: Hedges and modifiers play an important role in fuzzy theory. While other areas as intersection, union, complement, aggregation, preference relation etc. are theoretically deeply studied, the ...