Relative Content

Tag Archive for pythontimefold

My ArrivalTimeUpdatingVariableListener is not working, how to make it work

I am developing route optimiser using timefold python but ArrivalTimeUpdatingVariableListener is not running I also included print statement to check if it’s running in background or not. I have used the code that was given in the tests folder in timefold_solver_python official repo.
link: https://github.com/TimefoldAI/timefold-solver-python/blob/main/tests/test_vehicle_routing.py#L28