solutions.rst 323 B

12345678910
  1. 3. Solutions
  2. =============
  3. A solution is a means of representing a solution to a specific problem in the form of data. In this example, we will always use the knapsack problem as a basis.
  4. 3.1. Generic Solution
  5. ~~~~~~~~~~~~~~~~~~~~~~~~~
  6. 3.2. Solution representation for knapsack
  7. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~