What problem does it solve?
It removes uncertainty about how to correctly install NVIDIA cuOpt for GPU-accelerated optimization, including matching the right CUDA variant and choosing the right interface (Python, C, or REST server).
Core Features & Use Cases
- Guided installation across interfaces: Install cuOpt via pip, conda, or Docker for Python usage, C API usage, or a REST server workflow.
- Correct CUDA/runtime matching: Ensures users install the cuopt-cuXX / libcuopt-cuXX variants that match their installed CUDA major version (cu12 vs cu13), avoiding common runtime import/CUDA errors.
- Verification and troubleshooting: Provides quick verification snippets (import/version checks, GPU-access exercises, server health checks) and explains common issues such as environment mismatch or missing modules.
Quick Start
Tell me which interface you want (Python, C, or REST server), your CUDA major version (12 or 13), and whether you prefer pip, conda, or Docker, and I will give you the exact install command plus a short verification step.