find all possible cycle in graph

1 次查看(过去 30 天)
NA
NA 2018-10-17
评论: NA 2018-10-17
I have a E E=[1 2;1 5;2 3;2 4;2 5;3 4;4 5;4 7;4 9;5 6;6 11;6 12;6 13; 7 8;7 9;9 10;9 14;10 11;12 13;13 14] I want to find all possible cycle.

回答(1 个)

Nicola Bombace
Nicola Bombace 2018-10-17
Take a look at this answer.
You could use the suggested code to find the cycles.
  2 个评论
Nicola Bombace
Nicola Bombace 2018-10-17
There should be an hyperlink under the word this.
NA
NA 2018-10-17
I used mentioned link and I have a this result. [1,2,5],[2,3,4],[1,2,4,5],[4,7,9],[1,2,4,5,6,9,10,11],[1,2,4,5,6,9,13,14] the problem is that [1,2,5] is recognized as cycle but on the other hand I have [1,2,4,5]. I want to find minimum number of node in cycle. I want this result [1,2,5],[2,3,4],[2,4,5],[4,7,9],[4,5,6,9,10,11],[4,5,6,9,13,14]

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Directed Graphs 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by