v2rmp 0.4.5

rmpca — Route Optimization TUI & Agent Engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "type": "optimize",
  "input": "test_synthetic.rmp",
  "output": "agent_route.gpx",
  "num_vehicles": 1,
  "solver_id": "clarke_wright",
  "oneway": "respect",
  "left_penalty": 1.0,
  "right_penalty": 0.0,
  "uturn_penalty": 5.0,
  "depot": null,
  "vehicles": 1,
  "solver": "clarke_wright"
}