I am working with a ILP problem. In the problem I would like to minimize f(x0+..+xn) and then if multiple optimal solutions exist, minimize g(x0+..+xn) from the subset of those optimal solutions.
I am using SYMPHONY to minimize the first function. If i turn it into a bi-criteria problem, i get efficient results which i am not interested in. Is there any technique/solver out there which would allow me to do this ? Or if i can get multiple solutions i would be okay in checking each at a time to minimize g(x0+..+xn)
f(x0+...+xn)<=f0to preserve convexity. Iffis linear it won't matter, but if it involves some sort of piecewise convex objective it will be best to use the inequality. – Michael Grant May 25 '16 at 15:11