I have written mixed integer nonlinear programming (MINLP) problem which attached blew and now I want to solve this problem. My decision variables are xj, yj and zi. The other terms are constants.
I think this problem is considered as NP-hard but I’m not sure.
I've read somewhere that the first step I should perform is a convexity test on objective and constraint functions. And then select the suitable solver for solving it. But unfortunately, I didn’t have enough experience for solving this problem.
Therefore, I really appreciate if someone can guide me:
Is this problem is convex or non-convex?
How to solve this problem numerical?
Is there any tool that is able to automatically solve this problem?
Is a there a good introductory book where I can start?
Thank you very much in advance!