weighted undirected graph partitioning

Is weighted undirected graph partitioning possible? I can't seem to find
any pointers in the docs!
Thanks in advance,

Luke

attachment.html (184 Bytes)

If the weights are non-negative integers, you can use the "eweight" parameter.

Support for real-valued weights is being implemented and will be available soon.

Best,
Tiago