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
Diving on cut passes
- #1812
#1812
Merged
rapids-bot[bot]
merged 18 commits into
NVIDIA:main
NVIDIA/cuopt:main
from
nguidotti:diving-on-cut-passes
nguidotti/cuopt:diving-on-cut-passes
Copy head branch name to clipboard
Sep 2, 2026
Conversation
Commits
18
(18)
Checks
Files changed
Merged
Diving on cut passes
#1812
rapids-bot[bot]
merged 18 commits into
NVIDIA:main
NVIDIA/cuopt:main
from
nguidotti:diving-on-cut-passes
nguidotti/cuopt:diving-on-cut-passes
Copy head branch name to clipboard
Commits
Commits on Aug 25, 2026
B&B now can be stopped via the concurrent_halt flag.
Show description for 93c01f5
nguidotti
committed
93c01f5
View commit details
Copy full SHA for 93c01f5
Browse repository at this point
simplified return from `do_cut_pass`. covered missing cases.
Show description for 4f8d4d5
nguidotti
committed
4f8d4d5
View commit details
Copy full SHA for 4f8d4d5
Browse repository at this point
use the settings instead of bare halt.
Show description for b961233
nguidotti
committed
b961233
View commit details
Copy full SHA for b961233
Browse repository at this point
Commits on Aug 26, 2026
Merge branch 'main' into bnb-halt
nguidotti
committed
560b998
View commit details
Copy full SHA for 560b998
Browse repository at this point
initialize the pseudocost with the dual simplex estimate for the cut passes. store incumbent on the worker for guided diving and RINS. launch diving workers during the cut passes.
Show description for 758d424
nguidotti
committed
758d424
View commit details
Copy full SHA for 758d424
Browse repository at this point
lazily initialize the variable locks
Show description for db0c23f
nguidotti
committed
db0c23f
View commit details
Copy full SHA for db0c23f
Browse repository at this point
fix missing Arow initialization for the pseudocost
Show description for 3f83051
nguidotti
committed
3f83051
View commit details
Copy full SHA for 3f83051
Browse repository at this point
added a iteration offset for diving
Show description for 1e6df17
nguidotti
committed
1e6df17
View commit details
Copy full SHA for 1e6df17
Browse repository at this point
Commits on Aug 27, 2026
fix bugs found by coderabbit. improved control over the number of workers during cut passes
Show description for 21ad330
nguidotti
committed
21ad330
View commit details
Copy full SHA for 21ad330
Browse repository at this point
changed methods to use the worker->leaf problem and worker->var_types to avoid racing with the cut passes. revert changes to reliable_branching
Show description for f6587b7
nguidotti
committed
f6587b7
View commit details
Copy full SHA for f6587b7
Browse repository at this point
improved worker control mechanism for the root heuristics
Show description for 62a5cb7
nguidotti
committed
62a5cb7
View commit details
Copy full SHA for 62a5cb7
Browse repository at this point
fixed compilation
Show description for 12ee6d7
nguidotti
committed
12ee6d7
View commit details
Copy full SHA for 12ee6d7
Browse repository at this point
Merge branch 'main' into diving-on-cut-passes
Show description for 790db8f
nguidotti
committed
790db8f
View commit details
Copy full SHA for 790db8f
Browse repository at this point
fixed duplicated code
Show description for da238f4
nguidotti
committed
da238f4
View commit details
Copy full SHA for da238f4
Browse repository at this point
Commits on Sep 1, 2026
Merge branch 'main' into diving-on-cut-passes
nguidotti
authored
e1980b6
View commit details
Copy full SHA for e1980b6
Browse repository at this point
fix incumbent dimension mismatch during the cut passes
Show description for ed3637d
nguidotti
committed
ed3637d
View commit details
Copy full SHA for ed3637d
Browse repository at this point
Merge remote-tracking branch 'origin/diving-on-cut-passes' into diving-on-cut-passes
nguidotti
committed
29fb5b7
View commit details
Copy full SHA for 29fb5b7
Browse repository at this point
Commits on Sep 2, 2026
Merge branch 'main' into diving-on-cut-passes
nguidotti
committed
4a35e3c
View commit details
Copy full SHA for 4a35e3c
Browse repository at this point
You can’t perform that action at this time.