rmpca 0.1.1

Enterprise-grade route optimization engine — Chinese Postman Problem solver with Eulerian circuit detection, Lean 4 FFI boundary, and property-based testing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! Command module containing all CLI subcommands
//!
//! Each command is implemented in its own module file for
//! better organization and maintainability.

pub mod compile_map;
pub mod extract_overture;
pub mod extract_osm;
pub mod optimize;
pub mod clean;
pub mod validate;
pub mod pipeline;
pub mod status;
pub mod logs;
pub mod render_map;
pub mod serve_tiles;
pub mod setup_offline;