CPLEX如何以相同的成本获得所有不同的最优解

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

我有一个 Cplex 解决的问题,它至少有两个具有相同值的不同最优解。

我怎样才能得到所有不同的具有相同值的最优解?

更新:这是一个线性规划问题

你可以像

说的那样

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

使用解决方案池或人工 objective 来枚举解决方案

问候