I'm new to Timefold. I use the example that already exists in QuickStarts. My goal is to use this program to solve my own problem with capacity constraints, but the problem is that I don't know where I need to change the data properly.
i try to change the data exists in "VehicleRouteDemoResource" but it does not work. Where can i find the file that contain the data needed for this problem to solve it? thank you in advanced.
If I understand your question correctly, you're trying to solve CVRPTW by adding capacities to the vehicle-routing-time-windows quickstart.
In fact, you need to combine it with the vehicle-routing-capacity quickstart next to it.
The data sets are truly generated in the VehicleRouteDemoResource; have a loot at the DemoData enum and its parameters that define the vehicle capacity and customer demands.