minimize cost function for undirected graph
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
hello,
I want to cut undirected graph in order to minimize the cost function. I want the cost function to consider the edge weight.
Flowchart: 1.make a graph 2.set the weight of the edges 3.cut the graph according to connectivity and weights.
thank you!
0 Kommentare
Antworten (1)
Josh Meyer
am 28 Aug. 2017
Bearbeitet: Josh Meyer
am 28 Aug. 2017
maxflow can calculate minimum cuts. Also, centrality calculates several measures of node importance that consider cost.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Undirected Graphs finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!