NVIDIA cuOpt — REST-сервер и Python-клиент
★ 7.6 · content
cuopt-server-api-python is a Claude Code skill that covers deploying the NVIDIA cuOpt REST server and calling it from Python or curl. It supports Routing, LP, and MILP problem types (QP is not available via REST): the server starts either as a Python module or via the `nvidia/cuopt` Docker image, jobs are submitted with a POST to `/cuopt/request`, and results are retrieved by polling `/cuopt/solution/{reqId}`. Five runnable asset examples are included — basic VRP, VRP with time windows, pickup-and-delivery, LP, and MILP in CSR format. Intended for developers and ML engineers deploying cuOpt as a microservice or building API clients, including Kubernetes and cloud environments.