//! VRP solver modules.
pubmodclarke_wright;pubmoddefault;pubmodor_opt;pubmodsweep;pubmodtwo_opt;// NOTE: ortools solver requires a Python process or Google OR-Tools C++ bindings.
// For a pure-Rust build, ortools is not included. See the `server` module for
// an HTTP-bridge approach that delegates to the Python backend.