Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
NVIDIA
/
cuopt
Public
Notifications
You must be signed in to change notification settings
Fork
225
Star
1k
Code
Issues
185
Pull requests
59
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Routing over gRPC: VRP server + compiled C++/Cython client
- #1597
#1597
Merged
rapids-bot[bot]
merged 22 commits into
main
NVIDIA/cuopt:main
from
routing-grpc-vrp-e2e
NVIDIA/cuopt:routing-grpc-vrp-e2e
Copy head branch name to clipboard
Aug 18, 2026
Conversation
Commits
22
(22)
Checks
Files changed
Merged
Routing over gRPC: VRP server + compiled C++/Cython client
#1597
rapids-bot[bot]
merged 22 commits into
main
NVIDIA/cuopt:main
from
routing-grpc-vrp-e2e
NVIDIA/cuopt:routing-grpc-vrp-e2e
Copy head branch name to clipboard
Commits
Commits on Jul 21, 2026
add vrp support to the grpc server
tmckayus
authored and
ramakrishnap-nv
committed
2e9de8d
View commit details
Copy full SHA for 2e9de8d
Browse repository at this point
Remove to_host_problem; pivot VRP gRPC to a single C++/Cython client
Show description for 818bf71
ramakrishnap-nv
and
claude
committed
818bf71
View commit details
Copy full SHA for 818bf71
Browse repository at this point
Add compiled C++/Cython VRP gRPC client (single architecture)
Show description for ce75942
ramakrishnap-nv
and
claude
committed
ce75942
View commit details
Copy full SHA for ce75942
Browse repository at this point
Add VRP client serialization coverage tests + probe
Show description for bca7e01
ramakrishnap-nv
and
claude
committed
bca7e01
View commit details
Copy full SHA for bca7e01
Browse repository at this point
Simplify VRP client: drop dead solve_vrp + unused decls
Show description for a329c6c
ramakrishnap-nv
and
claude
committed
a329c6c
View commit details
Copy full SHA for a329c6c
Browse repository at this point
Address review: honor time_limit=0; result_vrp not_ready pre-check
Show description for 002c971
ramakrishnap-nv
and
claude
committed
002c971
View commit details
Copy full SHA for 002c971
Browse repository at this point
Address review: sanitize VRP error; fix to_device host-buffer lifetime + validate capacity sizes
Show description for 7a61e65
ramakrishnap-nv
and
claude
committed
7a61e65
View commit details
Copy full SHA for 7a61e65
Browse repository at this point
Commits on Jul 22, 2026
Merge branch 'main' into routing-grpc-vrp-e2e
ramakrishnap-nv
authored
3dbe430
View commit details
Copy full SHA for 3dbe430
Browse repository at this point
Drive VRP proto/enum from field_registry (fix codegen-verify)
Show description for ff54bba
ramakrishnap-nv
and
claude
committed
ff54bba
View commit details
Copy full SHA for ff54bba
Browse repository at this point
Rename routing grpc tests to unique basenames
Show description for 08a8bbc
ramakrishnap-nv
and
claude
committed
08a8bbc
View commit details
Copy full SHA for 08a8bbc
Browse repository at this point
Commits on Jul 23, 2026
grpc: keep problem-representation logic out of the codegen for VRP
Show description for 5db33e2
ramakrishnap-nv
and
claude
committed
5db33e2
View commit details
Copy full SHA for 5db33e2
Browse repository at this point
Commits on Jul 24, 2026
Merge remote-tracking branch 'origin/main' into routing-grpc-vrp-e2e
ramakrishnap-nv
committed
3db6b3a
View commit details
Copy full SHA for 3db6b3a
Browse repository at this point
Commits on Jul 27, 2026
grpc: state problem_category enum values explicitly (LP=0, MIP=1)
Show description for ae8d5d8
ramakrishnap-nv
and
claude
committed
ae8d5d8
View commit details
Copy full SHA for ae8d5d8
Browse repository at this point
Commits on Jul 28, 2026
grpc/vrp: fix result size accounting, time_limit=0, and client error propagation
Show description for 1f2efb4
ramakrishnap-nv
and
claude
committed
1f2efb4
View commit details
Copy full SHA for 1f2efb4
Browse repository at this point
grpc/vrp: carry RoutingSolution as a structured message, not a bytes blob
Show description for e4ccc75
ramakrishnap-nv
and
claude
committed
e4ccc75
View commit details
Copy full SHA for e4ccc75
Browse repository at this point
Commits on Jul 29, 2026
Merge remote-tracking branch 'origin/main' into routing-grpc-vrp-e2e
Show description for 7d76dea
ramakrishnap-nv
committed
7d76dea
View commit details
Copy full SHA for 7d76dea
Browse repository at this point
Commits on Aug 12, 2026
Merge branch 'main' into routing-grpc-vrp-e2e
ramakrishnap-nv
committed
23f611b
View commit details
Copy full SHA for 23f611b
Browse repository at this point
Commits on Aug 13, 2026
grpc: isolate the routing arm so the component split stays mechanical
Show description for f74a057
ramakrishnap-nv
committed
f74a057
View commit details
Copy full SHA for f74a057
Browse repository at this point
grpc: export the routing symbols cuopt_grpc_server links
Show description for fd605da
ramakrishnap-nv
committed
fd605da
View commit details
Copy full SHA for fd605da
Browse repository at this point
Commits on Aug 14, 2026
python: build the gRPC clients as one extension module
Show description for e0702dd
ramakrishnap-nv
committed
e0702dd
View commit details
Copy full SHA for e0702dd
Browse repository at this point
build(cmake): scope the routing gRPC define and fetch nlohmann_json via CPM
Show description for 4183bd5
ramakrishnap-nv
committed
4183bd5
View commit details
Copy full SHA for 4183bd5
Browse repository at this point
Commits on Aug 17, 2026
Merge branch 'main' into routing-grpc-vrp-e2e
ramakrishnap-nv
authored
3eda07e
View commit details
Copy full SHA for 3eda07e
Browse repository at this point
You can’t perform that action at this time.