bipartite partitioning with METIS

Dear Forum,

I am wondering whether METIS could be used to partition bipartite graphs?

Thanks,

menomano

RE: Yes it can. You just need to

Yes it can. You just need to treat it as a two-constraint partitioning problem, in which the vertices in one part are assigned a weight of (1,0) and the vertices in the other part are assigned a weight (0,1).

George