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
226
Star
1k
Code
Issues
179
Pull requests
64
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Root heuristics
- #1700
#1700
Merged
rapids-bot[bot]
merged 19 commits into
main
NVIDIA/cuopt:main
from
root-heuristics
NVIDIA/cuopt:root-heuristics
Copy head branch name to clipboard
Aug 25, 2026
Conversation
Commits
19
(19)
Checks
Files changed
Merged
Root heuristics
#1700
rapids-bot[bot]
merged 19 commits into
main
NVIDIA/cuopt:main
from
root-heuristics
NVIDIA/cuopt:root-heuristics
Copy head branch name to clipboard
Commits
Commits on Aug 24, 2026
allow RINS and CPU FJ to run during the cut passes. fixed objective from submip.
Show description for d1564fa
nguidotti
committed
d1564fa
View commit details
Copy full SHA for d1564fa
Browse repository at this point
silent postsolve messages for submip
Show description for e0bc53b
nguidotti
committed
e0bc53b
View commit details
Copy full SHA for e0bc53b
Browse repository at this point
address coderabbit comments
Show description for ea154a9
nguidotti
committed
ea154a9
View commit details
Copy full SHA for ea154a9
Browse repository at this point
address more review comments
Show description for d4a8bd5
nguidotti
committed
d4a8bd5
View commit details
Copy full SHA for d4a8bd5
Browse repository at this point
code cleanup
Show description for 9ed4d28
nguidotti
committed
9ed4d28
View commit details
Copy full SHA for 9ed4d28
Browse repository at this point
wrap debug submip debug logs in a macro
Show description for 7580888
nguidotti
committed
7580888
View commit details
Copy full SHA for 7580888
Browse repository at this point
replaced oldest workers when all threads were exhausted. stop all root heuristics before B&B tree exploration.
Show description for a8e7912
nguidotti
committed
a8e7912
View commit details
Copy full SHA for a8e7912
Browse repository at this point
stop root heuristics before strong branching
Show description for 6f568c1
nguidotti
committed
6f568c1
View commit details
Copy full SHA for 6f568c1
Browse repository at this point
addressed a few of the reviewer comments
Show description for f41eca5
nguidotti
committed
f41eca5
View commit details
Copy full SHA for f41eca5
Browse repository at this point
do not limit the work unit in the CPU FJ during the cut passes. replace is_root_heuristic flag with a global one.
Show description for fd3e327
nguidotti
committed
fd3e327
View commit details
Copy full SHA for fd3e327
Browse repository at this point
replaced halt mechanism for the sub-MIP
Show description for 1c79fdf
nguidotti
committed
1c79fdf
View commit details
Copy full SHA for 1c79fdf
Browse repository at this point
fixed inverted logic
Show description for 6fec971
nguidotti
committed
6fec971
View commit details
Copy full SHA for 6fec971
Browse repository at this point
fixed race conditions. added more halt checks.
Show description for f318fba
nguidotti
committed
f318fba
View commit details
Copy full SHA for f318fba
Browse repository at this point
code cleanup
Show description for d7ba47b
nguidotti
committed
d7ba47b
View commit details
Copy full SHA for d7ba47b
Browse repository at this point
revert changes to the halt mechanism for sub-MIP (it was causing crashes)
Show description for e7d2ba0
nguidotti
committed
e7d2ba0
View commit details
Copy full SHA for e7d2ba0
Browse repository at this point
added missing halt after revert
Show description for c3a7b29
nguidotti
committed
c3a7b29
View commit details
Copy full SHA for c3a7b29
Browse repository at this point
increase time limit for the node limit test
Show description for 2dd6573
nguidotti
committed
2dd6573
View commit details
Copy full SHA for 2dd6573
Browse repository at this point
use shared_ptr to tie the lifetime of the object to the task. this allows the solver to asynchronously stop the tasks.
Show description for 66dc954
nguidotti
committed
66dc954
View commit details
Copy full SHA for 66dc954
Browse repository at this point
re-introduced the is_root_heuristic flag to prevent crashes during the asynchronous stop.
Show description for 83c72a7
nguidotti
committed
83c72a7
View commit details
Copy full SHA for 83c72a7
Browse repository at this point
You can’t perform that action at this time.