The input is represented as a bipartite graph in the in the adjacency graph format. Each vertex represents a set and the integers included in each adjacency list are the elements the set covers. Let m be the maximum element label in any of these adjacency lists. Not all integers between 0 and m need to be in a set, although it is assumed that the element labels are relatively dense. The output is a sequence of integers corresponding to the sets included in the set cover (0 based). The output needs to be in the sequence format. The vertex indices need not be sorted in the output.
Each distribution should be run for n=10,000,000. The weights used for average time are given in parentheses (all equal).
randLocalGraph -j -d 3 -m <5*n> <n> <filename>
rMatGraph -j -a .5 -b .1 -m <5*n> <n> <filename>
gridGraph -j -d 3 <n> <filename>
This project has been funded by the following sources:
Intel Labs Academic Research Office for the Parallel Algorithms for Non-Numeric Computing Program,
National Science Foundation, and
IBM Research.