Operations Research API

The Operations Research API aims to solve high-level operations research problems using linear programming, mixed integer programming, constraint programming and more. It provides optimization solutions for specific problems to external users through an API call.

Service: optimization.googleapis.com

The Service name optimization.googleapis.com is needed to create RPC client stubs.

google.research.optimization.v1.Optimization

Methods
DesignShippingNetwork Solves the liner shipping network design and scheduling problem (LSNDSP) from the given DesignShippingNetworkRequest.
SolveMathOptModel Solves the input model and returns the result at once.
SolveShiftGeneration Solves a shift generation problem from the given SolveShiftGenerationRequest by generating shifts from given shift templates in order to cover the employee demand.
SolveShiftScheduling Solves a fixed shift scheduling problem from the given SolveShiftSchedulingRequest by assigning employees to shifts such that employees' scheduling preferences are maximized and scheduling constraint violations are minimized.