Add documentation and unittests regarding multisets

This commit is contained in:
RazvanN7 2017-07-21 09:19:02 +03:00
parent a2a96e9e0f
commit dc648c5b38
2 changed files with 124 additions and 7 deletions

View file

@ -116,7 +116,8 @@ $(TR
$(SUBREF setops, cartesianProduct)
$(SUBREF setops, largestPartialIntersection)
$(SUBREF setops, largestPartialIntersectionWeighted)
$(SUBREF setops, nWayUnion)
$(SUBREF setops, multiwayMerge)
$(SUBREF setops, multiwayUnion)
$(SUBREF setops, setDifference)
$(SUBREF setops, setIntersection)
$(SUBREF setops, setSymmetricDifference)