> Suppose that an integer programming optimization I'm using GLPK for (in > MATLAB) has numerous optimal solutions. How can I choose which solution to > use (based on the number of zeroes in it, etc.), rather than having the > solver choose one automatically?
The only way is to fix the objective at the optimal value and introduce a new objective and additional constraints to take into account your preferences. _______________________________________________ Help-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-glpk
