Wednesday, September 26, 2012

Linearization

In http://yetanothermathprogrammingconsultant.blogspot.com/2012/09/bi-criteria-optimization.html I discussed an algorithm to trace the efficient frontier. We solve a number of non-convex MINLP’s for this. It is fairly easy to linearize the quadratic function by observing that the zk's only assume discrete values 0,1,..,cp.I used something like:

image 

The MIP formulation seems to perform a little bit better even though the model size (in terms of variables and equations) increases significantly:

image

Note: the size of the problems increases for each new non-dominated point. We give here the smallest (i.e. first) problem size and the largest (i.e. last) one. 

No comments:

Post a Comment