選項
首頁首頁 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