TAS:Situace/Vozidla/Vozidlo/Compartments

Z Solvertech
Skočit na navigaci Skočit na vyhledávání

The compartments feature is a specialized constraint with multiple sections between which the cargo is divided. One job can be split into multiple compartments but jobs cannot mix, that is a compartment holds the cargo of at most one job.

The feature is triggered by adding a "CompartmentCapacities" dynamic property to a vehicle. This must be a list of numbers separated by semicolon. Compartment capacities "0.5;4;2" generate three compartments with capacities 0.5, 4 and 2 (both decimal dot and comma is accepted). The load which is counted into the capacity is Demand 1. The solution is then constrained such that the jobs are possible to load into the compartments. After the solving is done, the solver generates a "Compartments Assignment" dynamic property on the route, which lists the assigned compartments for each job (the text is multi-line and not very well readable in the UI table, please copy it out).

This feature currently works only for delivery-only scenarios.