·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