Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.
Originally posted by: Aliİhsan
I am using cplexmilp function in MATLAB for my project. I can find an optimal solution but I need to obtain alternate optimal solutions in matlab. How can I do that? Thank you advance
This can be done only with the CPLEX Class API.
The Cplex class has a function populate() that can find alternate solutions. For details about this function see this section in the user manual.