Hi,
Is there a way of setting the optimization parameters before and after getting the first feasible solution. I prefer to get some feasible solution, but after getting a feasible solution, don't want to spend too much time for improving it.
So I need something like
TimeLimit (before the first feasible solution) = 1000
TimeLimit (after the first feasible solution) = 500
FailLimit (before the first feasible solution) = 3000
FailLimit (after the first feasible solution) = 600
Seems like the profiler is already keeping these times separately, such as CP Search, CP Improve Solution.
Thanks in advance,