Obtaining different solutions on solving a cplex model many times
问题 I have an MIP model written with docplex and a solution pool written with cplex. My model has billions of solutions in reality. I need to solve this model several times (10 for example) with a certain populate number (10,000 for example) but I need the solutions of these multiple solves to be entirely different than each other. How can I achieve that with cplex? Is there a parameter or a approach for it? 回答1: You can use a diversity filter for the solution pool, see CPLEX > User's Manual for