cuopt-installation-api-c
Installation
SKILL.md
cuOpt Installation — C API (user)
Install cuOpt to use it from C. Standalone skill (no separate common).
System requirements
- GPU: NVIDIA Compute Capability ≥ 7.0 (Volta+). CUDA 12.x or 13.x.
- Driver: Compatible NVIDIA driver. Python and C are separate installables.
conda (C / libcuopt)
conda install -c rapidsai -c conda-forge -c nvidia cuopt
# libcuopt is provided by the same channel; Python and C are separate packages.