搜索资源列表
最大团
- 回溯算法中的图的最大团问题-backtracking algorithms map of the biggest problems Mission
最大团问题
- 用回溯法实现最大团问题-with retroactive law to achieve the greatest problem Mission
最大团问题的各种算法和源代码
- 最大团问题(Maximum Clique Problem, MCP)是图论中一个经典的组合优化问题,也是一类NP完全问题,在国际上已有广泛的研究,而国内对MCP问题的研究则还处于起步阶段,因此,研究最大团问题具有较高的理论价值和现实意义。 最大团问题又称为最大独立集问题(Maximum Independent Set Problem),在市场分析、方案选择、信号传输、计算机视觉、故障诊断等领域具有非常广泛的应用。目前,求解MCP问题的
zuidatuan
- 回溯法最大团问题-Backtracking biggest problem Mission
最大团
- 回溯算法中的图的最大团问题-backtracking algorithms map of the biggest problems Mission
最大团问题
- 用回溯法实现最大团问题-with retroactive law to achieve the greatest problem Mission
最大团问题2
- 定义一个类,调用构造函数,递归函数,输出函数-definition of a category, called Constructors, recursive function, output function
zuidatuan
- 解决最大团问题的好方法,喜欢的可以借鉴一下 -largest corporations to solve the easy way out, like can learn some lessons from
fjdjf
- 用分支界限法解决的几个问题:包括0-1背包问题,最大团问题,电路布线问题,最大装载问题.作业最优处理问韪.-branch line with the law to solve several problems : including 0-1 knapsack problem, the largest group, circuit wiring problem, the greatest problem loading. Optimal
MaxClique
- 回朔法解决最大团问题:G的最大团是指G中所含顶点数最多的团-back Schomburg France's largest corporations to solve the problem : G the largest group G is contained in a maximum number of vertices the league
20060824
- 最大团解决方案的PDF文件,学位论文! 名字:一种借助邻接矩阵求任意图最大团的方法.rar-largest corporations solutions PDF files, graduate thesis! Name : using a matrix adjacent to the largest group plans arbitrary way. rar
2004082401
- 最大团问题又一个解决方案,PDF文件,可以下载 文件名:图的最大完全子图的一个算法-biggest problem is a group solution, PDF files, documents can be downloaded from : The Maximum entirely a graph algorithm
017387-01
- 论坛代码 用分支界限法解决的几个问题:包括0-1背包问题,最大团问题,电路布线问题,最大装载问题.作业最优处理问韪-Forum with the branch code boundaries to solve several problems : including 0-1 knapsack problem, the largest group, circuit wiring problem, the greatest problem
zuidatuan
- 这个 是 关于 一个 回溯法 做 的 最 大 团问题-This is backtracking on a mission to do the biggest problem
ACO
- 蚁群优化算法是一种基于自然启发的metaheuristic算法,从其提出到现在历经10多年的发展到目前已经成为一种解决组合优化问题的有效工具。最大团问题是一个经典的NP难的组合优化问题,很多实际问题都可以抽象为对无向图上最大团问题的求解,所以,对最大团问题的研究无论在理论上还是实际上都有重要意义。 -Ant colony optimization algorithm is a metaheuristic based on natural
bll
- 算法程序设计与分析 最大团问题 绝对好用c++编译过-Algorithm design and analysis procedures for the largest problem is easy to use Mission c++ Compiled
qkw_MaxClique
- //最大团问题的分支限界解法 //屈克文,2008.12.01-//The largest branch of the problem Mission Bound Solution// flexor Rudd, 2008.12.01
MCP
- 此程序为实现最大团问题,是C++语言源码-maximum clique
MaxClique.java
- 回溯法求解最大团问题,时间复杂度为O(n*2^n)。(The backtracking method is used to solve the maximum clique problem with a time complexity of O (n*2^n).)
BBClique.java
- 分支限界算法求最大团问题,java源码,分支限界法的一个经典问题解决。(A branch and limit method for solving the problem of the maximum mass)