thewoz
thewoz

Reputation: 562

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

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

Answers (1)

Alex Fleischer
Alex Fleischer

Reputation: 10059

You could as said at

https://www.ibm.com/developerworks/community/forums/html/topic?id=d8d12e36-3150-4e1c-a956-d707d17f274c&ps=25

use the solution pool or an artificial objective in order to enumerate solutions.

Upvotes: 3

Related Questions