2020-01-06 18:26:24 +01:00
|
|
|
(library
|
|
|
|
(name UnionFind)
|
2020-01-06 19:02:26 +01:00
|
|
|
(public_name UnionFind)
|
2020-04-03 19:08:14 +02:00
|
|
|
(wrapped true)
|
2020-04-09 14:28:04 +02:00
|
|
|
(libraries RedBlackTrees)
|
|
|
|
(modules Partition0 Partition1 Partition2 Partition3 Partition UnionFind Poly2)
|
2020-01-06 18:26:24 +01:00
|
|
|
(modules_without_implementation Partition))
|