求解最短哈密顿回路,先用贪心方法求解一个路径及权值,以此作为回溯剪枝界。...
- 资源大小:52.94 kB
- 上传时间:2021-06-30
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
Windows开发
java
资 源 简 介
求解最短哈密顿回路,先用贪心方法求解一个路径及权值,以此作为回溯剪枝界。-Solving the shortest Hamiltonian circuit, first with the greedy method to solve a path and weight, as a back pruning sector.
文 件 列 表
one
doc
.project
.classpath
H_cpp.java
BranchAndBound.java
H_cpp.class
H_cpp$node.class
BranchAndBound.class
Heap.java
Node.java
Node.class
Heap.class
test.java
test.class