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
python API: how to debug error message which maybe originates in the jpype glue code, or the JVM?
I am trying to port an OptaPy Problem to Timefold/Python.