Operations Research API
Operations Research API は、線形計画法、混合整数計画法、制約プログラミングなどを使用して、高度な演算研究の問題を解決することを目的としています。特定の問題に対する最適化ソリューションを外部ユーザーに API 呼び出しを通じて提供します。
サービス: optimization.googleapis.com
サービス名 optimization.googleapis.com
は、RPC クライアント スタブの作成に必要です。
メソッド |
DesignShippingNetwork
|
指定された DesignShippingNetworkRequest から、定期便のネットワーク設計とスケジューリングの問題(LSNDSP)を解きます。 |
SolveMathOptModel
|
入力モデルを解いて、結果を一度に返します。 |
SolveShiftGeneration
|
従業員の需要をカバーするために、指定されたシフト テンプレートからシフトを生成することで、指定された SolveShiftGenerationRequest に基づくシフト生成の問題を解決します。 |
SolveShiftScheduling
|
従業員のスケジュールの好みが最大限に高まり、スケジュールの制約違反が最小限になるように、従業員をシフトに割り当てて、指定された SolveShiftSchedulingRequest に基づく固定のシフトのスケジューリングの問題を解決します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-09 UTC。
[null,null,["最終更新日 2024-08-09 UTC。"],[[["The Operations Research API enables users to solve complex optimization problems, such as linear programming and constraint programming, through an API."],["It offers solutions for specific operational research problems like shipping network design, shift generation, and shift scheduling."],["Users can interact with the API using the service name `optimization.googleapis.com` to create client stubs for making requests."],["The API provides methods to manage long-running operations, including cancellation, deletion, retrieval of status, listing operations, and waiting for completion."],["Specific methods like `DesignShippingNetwork`, `SolveMathOptModel`, `SolveShiftGeneration`, and `SolveShiftScheduling` address distinct optimization challenges."]]],["The Operations Research API utilizes methods like linear and mixed integer programming to provide optimization solutions. Key actions include solving specific problems such as liner shipping network design, solving a math optimization model, and solving shift generation and scheduling problems. It manages long-running operations with methods to cancel, delete, get, list, and wait for operations. The service endpoint for this API is `optimization.googleapis.com`.\n"]]