Ross ROSS = Recommend OSS · open-source software intelligence for agents

NVIDIA/cuopt

GPU accelerated decision optimization observed · 2026-09-03

github.com/NVIDIA/cuopt · homepage · Cuda · Apache-2.0 (permissive) observed · 2026-09-03

Health v2 · maintenance only

82/100

  • Activity 100
  • Release rhythm 84
  • Longevity 36
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 57
  • age_days: 512
  • days_rel: 27
  • days_push: 0
  • n_releases_24m: 4

Full methodology

Adoption not part of the score

1032 stars · 225 forks observed · 2026-09-03

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

NVIDIA cuOpt is a GPU-accelerated optimization engine for linear programming, quadratic programming, mixed integer programming, and vehicle routing problems, built on a C++ core with C, Python, CLI, and server APIs. It scales to problems with millions of variables and constraints and integrates with modeling languages like CVXPY, Pyomo, JuMP, AMPL, GAMS, and PuLP.

Use cases

  • solve large-scale linear programming problems on GPU
  • vehicle routing optimization for delivery fleets
  • solve mixed integer programming problems fast
  • accelerate CVXPY or Pyomo optimization workflows
  • route planning for trucks with time windows and capacity constraints
  • solve quadratic programming problems at scale
  • deploy optimization solver as a self-hosted microservice

When to choose

  • you need near real-time solutions for very large LP/QP/MIP problems
  • you have NVIDIA GPUs and want GPU-accelerated operations research
  • you need vehicle routing (TSP/VRP/PDP) with heterogeneous fleets and time windows
  • you want to keep existing modeling-language workflows but speed up solving

When to avoid

  • you have no NVIDIA GPU hardware
  • you need proven optimality guarantees for MIP, which is still beta
  • your problems are small enough that CPU solvers suffice
  • you need QCQP/SOCP support outside CVXPY, which is limited

Facets

library · maturity active

math sdk cli gpu-computing logistics gpu-computing data-science performance python cpp cloud self-hosted optimization linear-programming vehicle-routing operations-research mixed-integer-programming cuda solver convex-optimization nvidia algorithms linux docker gpu

10 sources

Member repositories

RepositoryRoleHealth v2
NVIDIA/cuoptmain82

For agents

markdown · JSON · MCP: product_card(name="NVIDIA/cuopt")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem