什么是 ortools?
谷歌优化工具。用于优化的开源软件套件,专门用于车辆路径、流程、整数和线性规划以及约束规划。具有世界一流的 CP-SAT 求解器。用于车辆路径问题 (VRP)、调度、装箱、背包问题、线性规划 (LP)、整数规划 (MIP)、网络流、约束规划、组合优化、资源分配、班次调度、作业车间调度和离散优化问题。 来源:tondevrel/scientific-agent-skills。
谷歌优化工具。用于优化的开源软件套件,专门用于车辆路径、流程、整数和线性规划以及约束规划。具有世界一流的 CP-SAT 求解器。用于车辆路径问题 (VRP)、调度、装箱、背包问题、线性规划 (LP)、整数规划 (MIP)、网络流、约束规划、组合优化、资源分配、班次调度、作业车间调度和离散优化问题。
通过命令行快速安装 ortools AI 技能到你的开发环境
来源:tondevrel/scientific-agent-skills。
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谷歌优化工具。用于优化的开源软件套件,专门用于车辆路径、流程、整数和线性规划以及约束规划。具有世界一流的 CP-SAT 求解器。用于车辆路径问题 (VRP)、调度、装箱、背包问题、线性规划 (LP)、整数规划 (MIP)、网络流、约束规划、组合优化、资源分配、班次调度、作业车间调度和离散优化问题。 来源:tondevrel/scientific-agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/tondevrel/scientific-agent-skills --skill ortools 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/tondevrel/scientific-agent-skills