Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSSP-I is strongly NP-hard #5

Closed
YouJiacheng opened this issue Aug 27, 2022 · 3 comments
Closed

MSSP-I is strongly NP-hard #5

YouJiacheng opened this issue Aug 27, 2022 · 3 comments

Comments

@YouJiacheng
Copy link

Note: MSSP in following screen shot is actually MSSP-I
image

Caprara, Alberto; Kellerer, Hans; Pferschy, Ulrich (2000). The Multiple Subset Sum Problem. SIAM Journal on Optimization, 11(2), 308–319. doi:10.1137/s1052623498348481

How can a strongly NP-hard problem be solved in pseudo-polynomial time?

@YouJiacheng
Copy link
Author

In [34](Cited in GreenMIM paper) H. Kellerer, U. Pferschy, and D. Pisinger. Knapsack problems. Springer, 2004:
image

@YouJiacheng
Copy link
Author

BTW, since the number of groups is not given and each window is required to be in one group. The problem is more similar to the Bin Packing Problem instead of the Multiple Subset Sum Problem.

@LayneH
Copy link
Owner

LayneH commented Oct 7, 2022

Hi,

I agree that the pointed sentence is not rigorous enough. What we tried to put forth there is that there exist multiple polynomial-time approximation schemes for MSSP-I. We will fix this part and make it more clear in the updated version.
Thanks for the note and for referring to Bin Packing Problem.

@LayneH LayneH closed this as completed Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants