cuopt
Solve routing, LP, MILP, and QP problems on GPU
All Skills in This Repository (6)
Pure Emerald Level Indicatorscuopt-numerical-optimization-api-c
Solve LP, MILP, and QP problems via the NVIDIA cuOpt C API.
cuopt-install
Install NVIDIA cuOpt via pip, conda, or Docker with CUDA version matching.
cuopt-numerical-optimization-api-python
Build and solve LP, MILP, and QP models with NVIDIA cuOpt's Python API.
cuopt-numerical-optimization-api-cli
Solve LP, MILP, and beta QP problems from MPS files via cuopt_cli.
numerical-optimization-formulation
Convert natural-language optimization statements into structured LP/MILP/QP formulations.
cuopt-skill-evolution
Detect generalizable learnings from problem-solving and propose skill updates.
Frequently Asked Questions
FAQPage SchemaHow to install cuOpt?▼
Run `npx skills add NVIDIA/cuopt --all -g -y` in your terminal to install all cuOpt agent skills globally.
What problems can NVIDIA cuOpt solve?▼
cuOpt solves vehicle routing (TSP, VRP, PDP), linear programming, mixed-integer programming, and quadratic programming problems at GPU speed. It handles large-scale models with millions of variables and constraints.
How do I solve a vehicle routing problem with cuOpt?▼
The routing skill walks your agent through building a DataModel with cost matrices, time windows, and fleet capacities, then calling routing.Solve in Python. It also covers checking solution status and debugging infeasible orders.
Does cuOpt work with Claude Code and other AI agents?▼
Yes. All skills follow the standard SKILL.md format and work in Claude Code, Codex, Cursor, and other compatible agents, with an AGENTS.md file that routes requests to the right skill.
Do I need a GPU to use cuOpt?▼
Yes. cuOpt requires an NVIDIA GPU with Compute Capability 7.0 or newer (Volta or later) and CUDA 12.x or 13.x. The install skill helps match the correct package to your CUDA version.
Related Repositories in Data & Analytics
View All in Data & Analytics→PaddleOCR
Extract text, tables, and formulas from PDFs and images
Scrapling
Scrape any website and bypass anti-bot protection with AI
last30days-skill
Research any topic across Reddit, X, YouTube, and the web