minimize cost function for undirected graph

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!

답변 (1개)

Josh Meyer
Josh Meyer 2017년 8월 28일
편집: Josh Meyer 2017년 8월 28일

0 개 추천

maxflow can calculate minimum cuts. Also, centrality calculates several measures of node importance that consider cost.

카테고리

도움말 센터File Exchange에서 Undirected Graphs에 대해 자세히 알아보기

질문:

2017년 8월 27일

편집:

2017년 8월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by