⚡ Premium domain cuopt.ai is available — Contact us to acquire →
Open Source · Apache 2.0 · NVIDIA CUDA-X

Solve Routing &
Optimization
Problems 5,000× Faster

🔓 Open-sourced March 2025 · Available on GitHub, PIP, Docker, Conda

NVIDIA cuOpt is a GPU-accelerated decision optimization engine for LP, MILP, VRP, and QP problems. Powers real-time logistics for companies like Lowe's, with millions of variables solved near-instantly.

5,000×
Max Speedup vs CPU
Complex network routing
10×
Min Speedup
LP/MIP/VRP workloads
3,000×
Network Routing
vs CPU solvers
∞M
Variables & Constraints
Millions-scale problems

Four Solvers, One Engine

All LP methods run concurrently on GPU and CPU. The fastest solution is returned automatically.

GPU · Interior-Point
Barrier
Interior-Point Method
Primal-dual interior-point using cuDSS sparse Cholesky and cuSPARSE. Excellent convergence for general LP/QP. Runs concurrently with PDLP.
CPU · Classic
Dual Simplex
Dual Simplex Method
CPU-based for small/medium LPs requiring high-quality basic feasible solutions. Runs in parallel alongside GPU solvers — wins when GPU solutions are slower to converge.
GPU · Heuristics
VRP Engine
Vehicle Routing Heuristics
GPU-parallel heuristics for VRP, PDP, and TSP variants. Supports time windows, vehicle capacities, multi-depot, heterogeneous fleets.
GPU · MIP
MILP
Mixed Integer Linear Programming
Hybrid GPU/CPU method: primal heuristics on GPU + dual bound improvement on CPU. Handles hundreds of thousands of integer variables.
GPU · v26.06+
PSLP
Presolve for LP
Dual-preserving presolve for very large LPs. Reduces problem size before solving, dramatically cutting memory and compute requirements.

Real-Time Decisions at Scale

Every industry makes thousands of optimization decisions per day. cuOpt makes them near-instant and near-optimal.

🚚
Supply Chain
Lowe's manages 7,500 vendors, 130 DCs, 1,700+ stores — cuOpt re-optimizes shipping routes in real-time during disruptions.
🚛
Fleet Management
Optimize routes and schedules for large vehicle fleets to minimize fuel use, idle time, and driver overtime.
📦
Last-Mile Delivery
Adapt routes in real time for tight delivery windows — traffic, cancellations, additions handled instantly.
👷
Job Scheduling
Assign tasks to machines, workers, or networks to minimize cost, delays, and maximize throughput.
💰
Portfolio Optimization
GPU-accelerated financial portfolio construction balancing risk, return, and real-time market dynamics.
📡
Network Routing
Optimize telecom traffic flow — video, voice, web — to reduce congestion at 3,000× CPU speed.
Power Grid
Balance electricity supply and demand across power grids in real time — minimize losses, ensure stable transmission.
🤖
AI Agents
LLM-driven AI agents use cuOpt for instant optimization decisions in multi-step autonomous workflows.

Get Optimizing in Minutes

cuOpt is available via pip, conda, Docker, and NVIDIA NGC. Integrates with AMPL, PuLP, CVXPY, GAMSPy, and JuMP.

AMPL
Modeling language
PuLP
Python LP
CVXPY
Convex opt
GAMSPy
GAMS Python
JuMP
Julia OR
NGC
Container
vrp_example.py
from cuopt import routing
import cudf

# Define fleet and delivery locations
data_model = routing.DataModel(
  n_locations=50,
  n_vehicles=5
)

# Set cost matrix (distance/time between locations)
cost_matrix = cudf.DataFrame(distance_data)
data_model.add_cost_matrix(cost_matrix)

# Add vehicle capacity constraints
vehicle_capacity = cudf.Series([100] * 5)
data_model.add_capacity_dimension(
  "demand", demand_data, vehicle_capacity
)

# Add delivery time windows
data_model.set_order_time_windows(
  earliest, latest
)

# Solve — GPU heuristics find optimal routes
solver_settings = routing.SolverSettings()
solver_settings.set_time_limit(5)  # 5 seconds

solution = routing.Solve(
  data_model, solver_settings
)

# Get optimized routes
routes = solution.get_route()
print(f"Total cost: {solution.get_cost()}")
cuOpt.ai

Own the exact-match domain for NVIDIA's AI-powered decision optimization engine — the most valuable of the four CUDA library domains, sitting at the intersection of logistics, AI, and GPU computing.

Exact-match .ai domain
Logistics + AI mega market
Newly open-sourced library
COIN-OR ecosystem partner
Registered on Cloudflare
📬  Inquire About Acquisition

2368082693@qq.com

Also listed on Afternic · Sedo · Dan.com