I have a timefold process that selects optimal departure times for railcars. The departure times are from 3 locations during each trip, (origin, serving yard, and facility).
I want to use the RecommendedFit functionality to add a rail trip, but each trip adds 3 uninitialized entities to the solution.
I’ve checked the VRP example code, and can’t see how to make it work with multiple new Entities.