What is fractional knapsack problem?

Answer:

The knapsack problem is a problem in combinatorial optimization. It derives its name from the maximization problem of choosing possible essentials that can fit into one bag (of maximum weight) to be carried on a trip. A similar problem very often appears in business, combinatorics, complexity theory, cryptography and applied mathematics. Given a set of items, each with a cost and a value, then determine the number of each item to include in a collection so that the total cost is less than some given cost and the total value is as large as possible.

The decision problem form of the knapsack problem is the question "can a value of at least V be achieved without exceeding the cost C?"

For the source and more detailed information concerning this subject, click on the related links section (Answers.com) indicated below

Contributor: Viper1usmc
First answer by Viper1usmc. Last edit by Viper1usmc. Contributor trust: 3740 [recommend contributor recommended]. Question popularity: 3 [recommend question].