CPLEX how to get all the different optimal solutions with the same cost

Viewed 782

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

1 Answers
Related