--
You received this message because you are subscribed to the Google Groups "AIMMS - The Modeling System" group.
To unsubscribe from this group and stop receiving emails from it, send an email to aimms+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,CBC cannot give you the best 5 solutions directly. Neither can CPLEX or Gurobi but they offer more possibilities to get multiple solutions, like the solution pool.What you can do is solve your MIP problem 5 times, whereby each run adds constraints that eliminate the optimal solution found during the previous solve. AIMMS offers functionality to automatically add these solution-elimination-constraints, as demonstrated in the Dice example from the list of AIMMS Practical Examples. See the procedure EliminationRows. (Note that this example also demonstrates other ways to obtain multiple solutions, like the aforementioned solution pool.)A disadvantage of this approach is that the total solving time will be about 5 times longer.Best regards,Marcel HuntingAIMMS Optimization Specialist
On Wednesday, February 25, 2015 at 10:47:49 AM UTC+1, Paulien wrote: