简体   繁体   English

将图划分为三顶点图,以使边缘权重之和最小

[英]Dividing a graph to triple-vertices graphs such the sum of weights of edges is minimized

I want to divide a graph to subgraphs that each subgraph made from maximum 3 vertices and sum of weight of edges is minimized, the main graph is complete ( have all possible edges ), and edges are weighted. 我想将图划分为子图,每个子图由最多3个顶点组成,并且边的权重之和最小,主图是完整的(具有所有可能的边),并且对边进行加权。 the main problem that i want to solve is finding close three threes points on a map. 我要解决的主要问题是在地图上找到三个三点。

I'm sure this problem is NP-Complete. 我确定这个问题是NP-Complete。 It's called the minimum k-cut problem . 这称为最小k割问题

Try to take a look at this article . 尝试看一下这篇文章 It talks about approximation algorithms to solve such problems. 它讨论了解决此类问题的近似算法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM