·ortools

谷歌優化工具。用於優化的開源軟體套件,專門用於車輛路徑、流程、整數和線性規劃以及約束規劃。具有世界一流的 CP-SAT 求解器。用於車輛路徑問題 (VRP)、調度、裝箱、背包問題、線性規劃 (LP)、整數規劃 (MIP)、網路流、約束規劃、組合最佳化、資源分配、班次調度、作業車間調度和離散最佳化問題。

18安裝·0熱度·@tondevrel

安裝

$npx skills add https://github.com/tondevrel/scientific-agent-skills --skill ortools

如何安裝 ortools

透過命令列快速安裝 ortools AI 技能到你的開發環境

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

來源:tondevrel/scientific-agent-skills。

SKILL.md

查看原文

OR-Tools provides specialized solvers for hard combinatorial problems. Its crown jewel is the CP-SAT solver, which uses Constraint Programming and Satisfiability techniques to find optimal solutions for scheduling and resource allocation problems that are impossible for standard linear solvers.

Official docs: https://developers.google.com/optimization GitHub: https://github.com/google/or-tools Search patterns: cpmodel.CpModel, pywraplp.Solver, routingenumspb2, AddConstraint

OR-Tools separates the Definition of the problem (Variables, Constraints, Objective) from the Solver engine. You build a model, then pass it to a solver instance.

谷歌優化工具。用於優化的開源軟體套件,專門用於車輛路徑、流程、整數和線性規劃以及約束規劃。具有世界一流的 CP-SAT 求解器。用於車輛路徑問題 (VRP)、調度、裝箱、背包問題、線性規劃 (LP)、整數規劃 (MIP)、網路流、約束規劃、組合最佳化、資源分配、班次調度、作業車間調度和離散最佳化問題。 來源:tondevrel/scientific-agent-skills。

可引用資訊

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

安裝指令
npx skills add https://github.com/tondevrel/scientific-agent-skills --skill ortools
分類
</>開發工具
認證
收錄時間
2026-02-23
更新時間
2026-03-10

Browse more skills from tondevrel/scientific-agent-skills

快速解答

什麼是 ortools?

谷歌優化工具。用於優化的開源軟體套件,專門用於車輛路徑、流程、整數和線性規劃以及約束規劃。具有世界一流的 CP-SAT 求解器。用於車輛路徑問題 (VRP)、調度、裝箱、背包問題、線性規劃 (LP)、整數規劃 (MIP)、網路流、約束規劃、組合最佳化、資源分配、班次調度、作業車間調度和離散最佳化問題。 來源:tondevrel/scientific-agent-skills。

如何安裝 ortools?

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

這個 Skill 的原始碼在哪?

https://github.com/tondevrel/scientific-agent-skills

詳情

分類
</>開發工具
來源
skills.sh
收錄時間
2026-02-23