Ask Your Question
1

Nontrivial edge cuts

asked 3 years ago

guillermo gravatar image

updated 3 years ago

Hi there,

I wonder how I can produce nontrivial edge cuts in a graph. An edge cut is trivial is all its edges are incident with one vertex.

The commands edge_cut and edge_connectivity tend to produce trivial cuts, even if nontrivial ones exist.

I look forward to your answer.

Regards, Guillermo

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
0

answered 3 years ago

tmonteil gravatar image

You might have more chance by using the 'LP' algorithm that does not take care of the geometry of the graph (but we need your actual graph to check).

Another trick would be to add a very small amount of positive weight to the edges adjacent to the source and sink vertices ("very small" means that the ordering between two unequal cuts will not be modified, but the ordering between trivial cuts and other cuts with the same value will change).

Preview: (hide)
link

Comments

Hi @tmontell,

Thank you for your comments. But I need to process a large number of graphs, and so this is impractical.

Regards, Guillermo

guillermo gravatar imageguillermo ( 3 years ago )

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 3 years ago

Seen: 278 times

Last updated: Aug 15 '21