As a last question would you please tell me where can I find an example which do the piece wise linearization and obtained new optimization form?
Best Regards
I am trying to solve the MIQP problem in mpc and with embedded solvers. Therefore I need to solve the problem my self and I cant use the solvers such as CPLEX. this is the reason why I want to transform the MIQP to MILP.
The example which I write before is the sample and my main problem has a lot of binary variables. Do you suggest to do the approximation on the MIQP problem or on the relaxed QP problem in branch and bound algorithm?
Best Regards