Free Path Fleet
A fleet of self-directing vehicles on a free path, and the dispatcher that tasks them.
The binding that made the point of the whole seam: a dispatcher, tours, stops, lines, multi-load consolidation, batteries and breakdowns, over a spatial model instead of a guide path, with no change to any of them. A vehicle here travels directly between two places at its own speed and never waits for another vehicle, which is exactly what a free-path model assumes -- and the difference between that assumption and a guide path's blocking is what a comparison between the two measures.
Places are the spatial model's named locations. A DistancesModel names them; so does any model whose namedLocations are populated. Whether a vehicle's position is live while it travels is the spatial model's business too: one that can interpolate answers where the vehicle is now, and one that cannot answers where it set out from until it arrives.
Parameters
the layout the places belong to and whose metric measures between them
the named places a vehicle can be sent to. Defaults to the model's own named locations, which a DistancesModel maintains and a plane does not