minimize cost function for undirected graph
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Josh Meyer
el 28 de Ag. de 2017
Editada: Josh Meyer
el 28 de Ag. de 2017
maxflow can calculate minimum cuts. Also, centrality calculates several measures of node importance that consider cost.
0 comentarios
Ver también
Categorías
Más información sobre Undirected Graphs en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!