·ortools

Google 최적화 도구. 차량 경로, 흐름, 정수 및 선형 프로그래밍, 제약 조건 프로그래밍에 특화된 최적화용 오픈 소스 소프트웨어 제품군입니다. 세계적 수준의 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.

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.

Google 최적화 도구. 차량 경로, 흐름, 정수 및 선형 프로그래밍, 제약 조건 프로그래밍에 특화된 최적화용 오픈 소스 소프트웨어 제품군입니다. 세계적 수준의 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-11

Browse more skills from tondevrel/scientific-agent-skills

빠른 답변

ortools이란?

Google 최적화 도구. 차량 경로, 흐름, 정수 및 선형 프로그래밍, 제약 조건 프로그래밍에 특화된 최적화용 오픈 소스 소프트웨어 제품군입니다. 세계적 수준의 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에서 사용할 수 있습니다

소스 저장소는 어디인가요?

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

상세

카테고리
</>개발 도구
출처
skills.sh
최초 등록
2026-02-23