Reputation: 562
I have a problem solved by Cplex that has at least two different optimal solutions with the same value.
How can I get all the different optimal solutions with the same value?
Update: it is a linear programming problem
Upvotes: 2
Views: 900
Reputation: 10059
You could as said at
use the solution pool or an artificial objective in order to enumerate solutions.
Upvotes: 3