-1

I'm looking for a brute force algorithm for the multidimensional knapsack problem with 4 knapsacks.

I have done some research on here and other websites but couldn't find anything helpful so far. Would be great if someone could point me in the right direction. Thanks!

user10826235
  • 69
  • 1
  • 6

1 Answers1

0

Do you mean multiple knapsack problem where we have n items and m knapsacks?

The answers to this or this similar questions on stackexchange can be helpful.

Note: I don't have enough points to write a comment.