In this pull request, I've implemented a rudimentary multipartite mode. It's enabled by passing the parameter -multipartite along with an integer, the number of partitions. I created a format to represent multipartite edge lists. The basic format is tab-separated nodes, with k columns, k being the number of partitions. A tripartite edge list would look like this:
In this pull request, I've implemented a rudimentary multipartite mode. It's enabled by passing the parameter
-multipartite
along with an integer, the number of partitions. I created a format to represent multipartite edge lists. The basic format is tab-separated nodes, with k columns, k being the number of partitions. A tripartite edge list would look like this:It is not compatible with Pareto mode.