Originally posted by: alena20
Hello dear forum users,
I am looking to enumerate all optimal solution for MIP. I use this routine http://www-01.ibm.com/support/knowledgecenter/SS9UKU_12.4.0/com.ibm.cplex.zos.help/UsrMan/topics/discr_optim/soln_pool/18_howTo.html.
And then i call populate (cplex.populate()). However , when i use cplex.getSolnPoolNsolns() to get number of solutions, i get 1. But in my problem, it is sure, that there are several optimal solutions.
My objective function consists only of integer variables. In my problem there are multiple solutions, but only continuous variable will change the values. , integer will stay the same. So do alternate solutions in this case mean only alternate solutions for integer variables? Which routine should i use for continuous or MIP to enumerate alternate optimal solutions?
Thanks in advance!
Regards, Alena
#CPLEXOptimizers#DecisionOptimization