选项
首页首页 Skill 数据科学与机器学习 cuopt-routing-formulation

cuopt-routing-formulation

NVIDIA/skills NVIDIA/skills

定义了车辆路径规划问题类型(TSP、VRP、PDP)以及构建这些问题所需的数据要求,但不涉及任何API或接口的细节。

...展开全部
0
更新时间 2026-09-25

路径规划模型

车辆路径规划中的域概念。此处不包含任何API或接口的详细信息。

什么是路径规划

  • TSP:单辆车辆,每个地点访问一次(例如最短路径问题)。
  • VRP:多辆车辆,存在运力及/或时间限制;将订单分配给车辆并确定停靠顺序。
  • PDP:取货与送货配对;必须先访问取货点,再访问对应的送货点。

必问问题(问题与数据)

若尚未明确,请询问以下问题:

  1. 问题类型— TSP、VRP 还是 PDP?
  2. 地点— 数量是多少?是否有集散站?各点对之间的成本或距离(矩阵形式或推导值)?
  3. 订单/任务— 必须访问哪些地点?每个停靠点的需求或服务量是多少?
  4. 车队— 车辆数量、每辆车的载货能力(若有多个维度则需分别注明)、起始/终点位置?
  5. 约束条件— 时间窗口(最早/最晚到达时间)、服务时间、先决条件(A必须先于B)?

典型数据

  • 成本或距离矩阵(或旅行时间矩阵)。
  • 订单地点,对于VRP问题,还包括每笔订单的需求量。
  • 车辆运力,以及车辆和订单的可选时间窗口。
在 GitHub 上查看
---
name: cuopt-routing-formulation
description: Defines vehicle routing problem types (TSP, VRP, PDP) and the data requirements needed to formulate them, without covering any API or interface details.
license: Apache-2.0
---


# Routing Formulation

Domain concepts for vehicle routing. No API or interface details here.

## What is routing

- **TSP**: Single vehicle, visit all locations once (e.g. shortest tour).
- **VRP**: Multiple vehicles, capacity and/or time limits; assign orders to vehicles and sequence stops.
- **PDP**: Pickup and delivery pairs; pickup must be visited before the corresponding delivery.

## Required questions (problem and data)

Ask these if not already clear:

1. **Problem type** — TSP, VRP, or PDP?
2. **Locations** — How many? Depot(s)? Cost or distance between pairs (matrix or derived)?
3. **Orders / tasks** — Which locations must be visited? Demand or service per stop?
4. **Fleet** — Number of vehicles, capacity per vehicle (and per dimension if multiple), start/end locations?
5. **Constraints** — Time windows (earliest/latest arrival), service times, precedence (order A before B)?

## Typical data

- Cost or distance matrix (or travel-time matrix).
- Order locations and, for VRP, demand per order.
- Vehicle capacities and optional time windows for vehicles and orders.

所有文件

1 个文件

安装 cuopt-routing-formulation

下载技能文件并将其解压到 .claude/skills/ 目录中。

下载ZIP

克隆仓库并复制技能文件到您的项目中。

git clone https://github.com/NVIDIA/skills/tree/main/skills/cuopt-routing-formulation # Copy SKILL.md to your .claude/skills/ directory

复制 复制
快速设置: 将技能文件夹复制到 .claude/skills/ Claude 会自动检测并使用该技能
仓库 NVIDIA/skills

相关技能

web-search
更新时间 2026-06-29
webapp-testing
更新时间 2026-06-29
lark-base
更新时间 2026-07-05
agentmail
更新时间 2026-06-29
OR