Operations Research API
Operations Research API 旨在使用线性规划、混合整数规划、约束规划等解决高级运算研究问题。它通过 API 调用为外部用户提供针对特定问题的优化解决方案。
服务:optimization.googleapis.com
创建 RPC 客户端存根需要名为 optimization.googleapis.com
的服务。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-09。
[null,null,["最后更新时间 (UTC):2024-08-09。"],[[["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"]]