Skip to content

Forward-merge release/26.06 into main#1289

Merged
GPUtester merged 1 commit into
mainfrom
release/26.06
May 22, 2026
Merged

Forward-merge release/26.06 into main#1289
GPUtester merged 1 commit into
mainfrom
release/26.06

Conversation

@rapids-bot
Copy link
Copy Markdown
Contributor

@rapids-bot rapids-bot Bot commented May 22, 2026

Forward-merge triggered by push to release/26.06 that creates a PR to keep main up-to-date. If this PR is unable to be immediately merged due to conflicts, it will remain open for the team to manually merge. See forward-merger docs for more info.

Deprecates Problem.readMPS and adds unified Problem.read for MPS and LP file formats.
Renaming

Layer | Before | After
-- | -- | --
C++ | cuopt::linear_programming::io::parse_problem | cuopt::linear_programming::io::read
C++ | parse_mps | read_mps
C++ | parse_lp | read_lp
C++ | parse_mps_from_string | read_mps_from_string
C++ | parse_lp_from_string | read_lp_from_string
Cython bridge | cuopt::cython::call_parse_problem | cuopt::cython::call_read
Python | cuopt.linear_programming.ParseProblem | cuopt.linear_programming.Read
Python | cuopt.linear_programming.io.ParseProblem | cuopt.linear_programming.io.Read


Follows after #1120 

## Issue

Authors:
  - Ishika Roy (https://github.com/Iroy30)
  - Miles Lubin (https://github.com/mlubin)

Approvers:
  - Miles Lubin (https://github.com/mlubin)
  - Ramakrishnap (https://github.com/rgsl888prabhu)

URL: #1251
@rapids-bot rapids-bot Bot requested review from a team as code owners May 22, 2026 21:44
@rapids-bot rapids-bot Bot requested a review from msarahan May 22, 2026 21:44
@GPUtester GPUtester merged commit e160dcc into main May 22, 2026
5 checks passed
@rapids-bot rapids-bot Bot requested a review from Iroy30 May 22, 2026 21:44
@rapids-bot
Copy link
Copy Markdown
Contributor Author

rapids-bot Bot commented May 22, 2026

SUCCESS - forward-merge complete.

@rapids-bot rapids-bot Bot requested review from Kh4ster and hlinsen May 22, 2026 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants