I have written a binary nonlinear programming problem which shown blew.
My decision variables are x_i,j, and y_i,j. The other terms are constants. N=100 and K=4.
I read that 0-1 NLP problem is considered as NP-hard in general.
I also read that the problem can be reduced to another one to demonstrate that it is NP-hard, but I don't know how to do this?
Therefore, I really appreciate if someone can guide me to know:
1- How to prove that this problem is NP-Hard or not?
2- Is it possible to apply Linearization and Relaxation approach to convert it to 0-1 LP and continues LP, respectively? And then solve using interior point method?
Thanks in advance!