Operations Research API
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
Operations Research API 旨在透過線性程式設計、混合整數程式設計、限製程式設計等方法,解決高階作業研究問題。透過 API 呼叫,為外部使用者提供特定問題的最佳化解決方案。
服務:Optimization.googleapis.com
服務端點
服務端點是指定 API 服務網路位址的基準網址。一項服務可能有多個服務端點。這項服務有以下服務端點,且下方的 URI 皆以此服務端點為基準:
https://optimization.googleapis.com
方法 |
solveShiftGeneration |
POST /v1/scheduling:solveShiftGeneration
根據指定的排班範本產生偏移量,滿足員工需求,藉此解決指定 SolveShiftGenerationRequest 產生的輪班問題。 |
solveShiftScheduling |
POST /v1/scheduling:solveShiftScheduling
指派輪班員工來安排輪班時間,以便將員工的排程偏好設定最大化,並將違反排程限制的情形降到最低,藉此解決特定 SolveShiftSchedulingRequest 的班表安排問題。 |
方法 |
designShippingNetwork |
POST /v1/shipping:designShippingNetwork
解決指定 DesignShippingNetworkRequest 中的運送網路設計和排程問題 (LSNDSP)。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-09 (世界標準時間)。
[[["容易理解","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 (世界標準時間)。"],[[["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"]]