- 10
- 0
- 约1.84万字
- 约 20页
- 2019-05-10 发布于广东
- 举报
* * Chapter 14 Backtracking 14.1 Algorithm Idea 14.2 Application 14.2.1 Container Shipping 14.2.2 0-1 Knapsack Problem 14.2.3 The Largest Complete Sub-graph A reliable problem solving methods is a candidate solution to all its checks one by one in order to obtain the required solution. But when a problem is very large number of candidate solutions (such as the index level), the above method is not applicable, because even with the fastest computer can only solve very small problems. System checks on the candidate solutions There are several ways in which backtracking and branch and bound me
您可能关注的文档
- 华北水利水电大学信息工程学院计算机网络课件 Lecture8.ppt
- 华北水利水电大学信息工程学院计算机网络课件 Lecture9.ppt
- 华北水利水电大学信息工程学院计算机网络课件 Lecture10.ppt
- 华北水利水电大学信息工程学院计算机网络课件 Lecture11.ppt
- 华北水利水电大学信息工程学院计算机网络课件 Lecture12.ppt
- 华北水利水电大学信息工程学院计算机网络课件 Lecture13.ppt
- 华北水利水电大学信息工程学院计算机网络课件 Lecture14.ppt
- 华北水利水电大学信息工程学院计算机网络课件 Lecture15.ppt
- 华北水利水电大学信息工程学院计算机网络课件 Lecture16.ppt
- 华北水利水电大学信息工程学院计算机网络课件 Lecture17.ppt
原创力文档

文档评论(0)