Stars
★ 2.8k
Vehicle routing (VRP, TSP, PDP) with cuOpt — Python API only.
Install this skill (Claude Code)
# Clone and copy the skill into your project
git clone https://github.com/NVIDIA/skills.git
mkdir -p .claude/skills
cp -r skills/skills/cuopt/cuopt-routing-api-python .claude/skills/
# Or for personal use: ~/.claude/skills/Modify, build, test, debug, and contribute to NVIDIA cuOpt (C++/CUDA, Python, server, CI).
Install cuOpt for Python, C, or as a server (pip, conda, Docker) — system requirements, install commands, and verification.
LP, MILP, and QP (beta) with cuOpt — C API only.
LP, MILP, and QP (beta) with cuOpt — CLI only (MPS files, cuopt_cli).
Solve Linear Programming (LP), Mixed-Integer Linear Programming (MILP), and Quadratic Programming (QP, beta) with the Python API.
cuOpt REST server — start server, endpoints, Python/curl client examples.