I have solved an optimization problem in CPLEX, but now that I have the optimal solution. I would like to know if there are other optimal solutions. Is is possible to enumerate all other solutions in CPLEX.
Thanks
I have solved an optimization problem in CPLEX, but now that I have the optimal solution. I would like to know if there are other optimal solutions. Is is possible to enumerate all other solutions in CPLEX.
Thanks
Assuming your model is a MIP, you can make use of the solution pool feature provided in CPLEX: http://www.ibm.com/support/knowledgecenter/SS9UKU_12.5.0/com.ibm.cplex.zos.help/UsrMan/topics/discr_optim/soln_pool/01_soln_pool_title_synopsis.html
Note however that there are limitations, there might be huge or infinite solutions to an optimization problem.