minimize cost function for undirected graph
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Josh Meyer
le 28 Août 2017
Modifié(e) : Josh Meyer
le 28 Août 2017
maxflow can calculate minimum cuts. Also, centrality calculates several measures of node importance that consider cost.
0 commentaires
Voir également
Catégories
En savoir plus sur Undirected Graphs dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!