Hello,
I'm trying to solve a MIQP model and retrieve some of the sub-optimal solutions. I'm using Gurobi 7.0 with the MATLAB interface. In this case, my configuration parameters are the following:
params = applyDefaults(params, struct('outputflag', 0, 'PoolSolutions', 10, 'PoolSearchMode', 1, 'SolutionNumber', 3));
When I run the model I receive the following warnings:
Warning: Unknown parameter: 'PoolSolutions'
Warning: Unknown parameter: 'PoolSearchMode'
Furthermore, after solving the problem I keep receiving the optimal solution. I'm setting something incorrectly?. I'm attaching my model to this thread.
Best Regards,
BAC