320. Daganzo Continuous

A continuous-approximation approach to large-scale routing and logistics design (Daganzo, 1984+). Replaces discrete combinatorial optimization with closed-form formulas — sacrifices exactness for insight and fast strategic design.

320.1. The key formula: route length

For 𝑛 customers uniformly distributed in a region of area 𝐴, the expected length of an optimal TSP tour satisfies:

𝐿𝑘𝑛𝐴

with 𝑘0.71 (the Beardwood-Halton-Hammersley constant). For uniform Euclidean instances, this constant has been studied extensively.

For VRP: each vehicle visits 𝑄 customers (where 𝑄 is capacity in number of customers). Number of routes =𝑛𝑄. Each route length:

𝐿route2𝑟+0.57𝑄𝐴zone

where 𝑟 is depot-to-zone distance and 𝐴zone is the area of the zone the route covers.

320.2. Why useful

320.3. Square-root facility-location model

For a region with demand density 𝜌 and warehouse fixed cost 𝑓, the optimal number of facilities 𝑁 minimizes:

𝑁𝑓+0.71𝜌𝐴𝑁(transport cost per customer scaled by sqrt(area / N))

Differentiating and solving:

𝑁𝜌𝐴𝑓23

— larger regions / denser demand / lower facility cost → more facilities. Square-root scaling: doubling demand doesn’t double facility count; it multiplies by 2.

320.4. Other Daganzo formulas

These give order-of-magnitude correct answers in seconds, useful when:

320.5. Limitations

320.6. Where it shows up

320.7. See also