From cuopt-server-common
cuOpt REST server — what it does and how requests flow. Domain concepts; no deploy or client code.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cuopt-server-common:cuopt-server-commonThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Domain concepts for the cuOpt REST server. No deploy commands or client code here.
Domain concepts for the cuOpt REST server. No deploy commands or client code here.
| Problem type | Supported |
|---|---|
| Routing | ✓ |
| LP | ✓ |
| MILP | ✓ |
| QP | ✗ |
reqId.reqId until the job completes.Ask these if not already clear:
npx claudepluginhub coin-or/cuopt --plugin cuopt-server-commoncuOpt REST server — start server, endpoints, Python/curl client examples. Use when the user is deploying or calling the REST API.
Provides guidelines for using NVIDIA cuOpt SDK: routing, LP/MILP/QP, installation, and server deployment. Activates when users need help calling cuOpt APIs or setting up the solver.
Install cuOpt for Python, C, or as a server (pip, conda, Docker) — system requirements, install commands, and verification. Use when the user wants to install or verify cuOpt for any user-facing interface. For building cuOpt from source or contributing to cuOpt, see cuopt-developer.