Operations Research API
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Operations Research API는 선형 프로그래밍, 혼합 정수 프로그래밍, 제약조건 프로그래밍 등을 사용하여 고수준의 운영 연구 문제를 해결하는 것을 목표로 합니다. API 호출을 통해 외부 사용자에게 특정 문제에 대한 최적화 솔루션을 제공합니다.
서비스: Optimization.googleapis.com
서비스 엔드포인트
서비스 엔드포인트는 API 서비스의 네트워크 주소를 지정하는 기본 URL입니다. 하나의 서비스에 여러 서비스 엔드포인트가 있을 수 있습니다. 이 서비스에는 다음 서비스 엔드포인트가 포함되고, 그 아래의 모든 URI가 이 서비스 엔드포인트와 관련됩니다.
https://optimization.googleapis.com
메서드 |
solveShiftGeneration |
POST /v1/scheduling:solveShiftGeneration
직원 수요를 처리하기 위해 지정된 교대 근무 템플릿에서 교대 근무를 생성하여 주어진 SolveShiftGenerationRequest 에서 교대 근무 생성 문제를 해결합니다. |
solveShiftScheduling |
POST /v1/scheduling:solveShiftScheduling
직원의 일정 기본 설정을 최대화하고 일정 예약 제약 위반을 최소화하도록 직원을 교대 근무에 할당하여 주어진 SolveShiftSchedulingRequest 에서 고정된 교대 근무 일정 문제를 해결합니다. |
메서드 |
designShippingNetwork |
POST /v1/shipping:designShippingNetwork
주어진 DesignShippingNetworkRequest 에서 정기선 운송 네트워크 설계 및 일정 관리 문제 (LSNDSP)를 해결합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-08-09(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-08-09(UTC)"],[[["The Operations Research API enables users to solve complex optimization problems, such as linear programming and constraint programming, through API calls."],["It offers specialized solutions for mathematical optimization, shift scheduling, and shipping network design."],["The API leverages various optimization techniques to provide efficient and effective solutions for operational challenges."],["Users can access the service endpoint at `https://optimization.googleapis.com` and utilize REST resources for specific problem domains."]]],["The Operations Research API uses methods like linear and mixed integer programming to provide optimization solutions. It offers three main REST resources: `v1.mathopt`, `v1.scheduling`, and `v1.shipping`. Key actions include `solveMathOptModel` for general model solving, `solveShiftGeneration` and `solveShiftScheduling` for employee shift management, and `designShippingNetwork` for optimizing shipping networks. Each method is accessed via a `POST` request to specific URIs relative to the service endpoint `https://optimization.googleapis.com`.\n"]]