Linear program of 0-1 knapsack problem and proof of integer

161 Views Asked by At

I have some questions about the knapsack problem.

  1. How can the 0-1 knapsack problem described as a linear program?

  2. How to proof that the solution of the 0-1 knapsack problem are integer? (I'm thinking about the determinant)

Thanks!