minimize cost function for undirected graph
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Josh Meyer
il 28 Ago 2017
Modificato: Josh Meyer
il 28 Ago 2017
maxflow can calculate minimum cuts. Also, centrality calculates several measures of node importance that consider cost.
0 Commenti
Vedere anche
Categorie
Scopri di più su Undirected Graphs in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!