Hello, When I try the following:-
p = FindGraphPartition[g]
I just get this result:-
FindGraphPartition[raw]
I think I need to import some package, i.e.
<<GraphStuff`
first. I don't know which package I need. The name of the package would be helpful, but my real question is how can I find out? I looked on the documentation page for FindGraphPartition but didn't seen any package mentioned. Thanks!