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
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에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!