How to track the number of requests that were granted in the nurse scheduling problem?
So I have a simple question… I want to indicate the number of nurse requests that were granted – working in python.
Affecting people to tasks using a CP-SAT solver
I am currently using a cp-sat solver from google or-tools in python.
Wildly inconsistent performance of CP-SAT solver
I ran the CP-SAT solver three consecutive times on my model. The wall times were:
Or-tools / CpSolver – how to define goal function to minimize number of unique booked rooms?
I’m starting to learn ortools.sat.python
/ cp_model
and I am confused as how to use model.minimize()/maximize()
.