Hi all,
I am working on a job shop scheduling problem, similar to the flexible job shop problem:
When increasing the number of jobs to be scheduled the computation time increases. For my problem it is desired to keep the computation time to a minimum. Therefore, I want to use a more powerfull machine on Google Cloud Platform (GCP) Compute Engine.
How do I have to interpret the performance of the CP-SAT solver on these machines?
The more vCPUs, the better and/or the more memory the better? Or is there a threshold on the amount of vCPUs and memory the CP-SAT solver can use?
Best regards,
Rick Adriaensen