Originally posted by: AndyHam
Dear IBM,
Thanks for this great modeling tool. I have been applying CP to many combinatorial problems successfully owing to this forum. Recently, I have been working on Amazon/Walmart Flying Warehouse Scheduling problem, surrounded by large airships (airborne warehouse), small airships (shuttle), and drones (delivery). The great expressibility of CP made me successfully model this problem too. Now, I am trying to get the optimal values for my test instances.
I have run the model on the windows server with 32 processors and 128 GB memory. However, I could not identify a significant difference in terms of solution quality and run-time, when I compared the server against my laptop (i-5 single cpu and 8 GB). I guess I am missing something. Only parameter I am aware of is # of Workers (cp.param.Workers = 32 on server). Is there any parameter I need to configure to utilize the luxury of multi-cpu and large-memory on the server?
Regards,
Andy
#DecisionOptimization#OPLusingCPOptimizer