minimize cost function for undirected graph
조회 수: 6 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Josh Meyer
2017년 8월 28일
편집: Josh Meyer
2017년 8월 28일
maxflow can calculate minimum cuts. Also, centrality calculates several measures of node importance that consider cost.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Undirected Graphs에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!