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
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
You could as said at
use the solution pool or an artificial objective in order to enumerate solutions.