(knapsack problem)(knapsack problem).doc

  1. 1、本文档共6页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
(knapsack problem)(knapsack problem)

Knapsack Problems History Introduction Knapsack Problems have been intensively studied since the pioneering work of Dantzig in the late 50’s, both because of their immediate applications in industry and financial management, but more pronounced for theoretical reasons, as Knapsack Problems frequently occur by relaxation of various integer programming problems. In such application, we need to solve a Knapsack Problem each time a bounding function is derived, demanding extremely fast solution techniques. The family of Knapsack Problems all requires a subset of some given items to be chosen such that the corresponding profits sum is maximized without exceeding the capacity of the knapsack(s). Different types of Knapsack Problems occur, depending on the distribution of the items and knapsacks: In the 0-1Knapsack Problem each item may be chosen at most once, while in the Bounded Knapsack Problem we have a bounded amount of each item type. The Multiple-choice Knapsack Problem occurs when the items should be chosen from disjoint classes and, if several knapsacks are to be filled simultaneously, we get the Multiple Knapsack Problem. The most general form is the Multi-constrained Knapsack Problem, which basically is a general Integer Programming (IP) Problem with positive coefficients. Type of knapsack problems Single knapsack problems There is one container (or knapsack) must be filled with an optimal subset of items. The capacity of such a container will be denoted by c. The problems considered : 0-1Knapsack problem Bounded knapsack problem Subset-sum problem Change-making problem Multiple knapsack problems Wich there are more than one container is available. The problems considered : 0-1Multiple knapsack problem Genwealized assignment problem Bin-packing problem Problem Definition: 2.1 Problem Model: We consider the classical 0-1 knapsack problem (KP) where a subset of n given items has to be packed in a knapsack of capacity c. Each item has a profit pj and a weight wj

您可能关注的文档

文档评论(0)

cduutang + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档