·maintain-data-structures
{}

maintain-data-structures

dudusoar/vrp-toolkit

VRP 工具包項目中所有數據結構的綜合參考文檔。當需要理解數據結構定義、屬性、格式或表示形式以避免重複閱讀代碼時使用。涵蓋問題層(實例、解決方案、節點)、算法層(求解器、運算符、ALNS)、數據層(OSMnx、距離矩陣)和運行時格式(作為列表的路由、作為元組的時間窗口)。

7安裝·0熱度·@dudusoar

安裝

$npx skills add https://github.com/dudusoar/vrp-toolkit --skill maintain-data-structures

SKILL.md

Quick access to all data structure definitions in the VRP toolkit. This skill saves tokens by providing pre-documented structures instead of reading source code repeatedly.

Choose the appropriate reference based on what you're working with:

| "What attributes does Instance have?" | problemlayer.md | Instance | | "How are routes represented?" | runtimeformats.md | Route Representation | | "What's in an OSMnx Graph?" | datalayer.md | Graph (NetworkX) | | "How do I configure ALNS?" | algorithmlayer.md | ALNSConfig | | "What's the structure of a Node?" | problemlayer.md | Node |

VRP 工具包項目中所有數據結構的綜合參考文檔。當需要理解數據結構定義、屬性、格式或表示形式以避免重複閱讀代碼時使用。涵蓋問題層(實例、解決方案、節點)、算法層(求解器、運算符、ALNS)、數據層(OSMnx、距離矩陣)和運行時格式(作為列表的路由、作為元組的時間窗口)。 來源:dudusoar/vrp-toolkit。

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/dudusoar/vrp-toolkit --skill maintain-data-structures
分類
{}資料分析
認證
收錄時間
2026-02-01
更新時間
2026-02-18

快速解答

什麼是 maintain-data-structures?

VRP 工具包項目中所有數據結構的綜合參考文檔。當需要理解數據結構定義、屬性、格式或表示形式以避免重複閱讀代碼時使用。涵蓋問題層(實例、解決方案、節點)、算法層(求解器、運算符、ALNS)、數據層(OSMnx、距離矩陣)和運行時格式(作為列表的路由、作為元組的時間窗口)。 來源:dudusoar/vrp-toolkit。

如何安裝 maintain-data-structures?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/dudusoar/vrp-toolkit --skill maintain-data-structures 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/dudusoar/vrp-toolkit