Skip to content

Fix data initialization in create depot node for max travel time feature#74

Merged
rapids-bot[bot] merged 4 commits intoNVIDIA:branch-25.08from
hlinsen:fix-l1-tests
Jul 24, 2025
Merged

Fix data initialization in create depot node for max travel time feature#74
rapids-bot[bot] merged 4 commits intoNVIDIA:branch-25.08from
hlinsen:fix-l1-tests

Conversation

@hlinsen
Copy link
Copy Markdown
Contributor

@hlinsen hlinsen commented Jun 5, 2025

This PR fixes:

  • Fixes data init in create depot node when wait time is modeled. This is used for move eval in 2-opt and OX.
  • Fixes an assertion when computed arrival time is checked and wait time is modeled
  • Removes deprecated tests

@hlinsen hlinsen requested review from a team as code owners June 5, 2025 16:41
@hlinsen hlinsen added the bug Something isn't working label Jun 5, 2025
@hlinsen hlinsen requested a review from rgsl888prabhu June 5, 2025 16:41
@hlinsen hlinsen added the non-breaking Introduces a non-breaking change label Jun 5, 2025
@hlinsen hlinsen requested review from Kh4ster and akifcorduk June 5, 2025 16:41
@hlinsen hlinsen requested review from rg20 and removed request for a team, Kh4ster and rgsl888prabhu June 5, 2025 18:47
@hlinsen hlinsen requested a review from a team as a code owner June 6, 2025 16:16
@hlinsen hlinsen requested review from KyleFromNVIDIA and removed request for KyleFromNVIDIA June 6, 2025 16:16
Copy link
Copy Markdown
Member

@jameslamb jameslamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Giving you a cuopt-ci-codeowners approval. The CMake changes look ok to me.

@anandhkb anandhkb added this to the 25.08 milestone Jul 1, 2025
@rgsl888prabhu
Copy link
Copy Markdown
Collaborator

@rg20 @akifcorduk May I get your review on this PR #42

Copy link
Copy Markdown
Contributor

@akifcorduk akifcorduk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. One question, why are we removing cycle finder tests?

@hlinsen
Copy link
Copy Markdown
Contributor Author

hlinsen commented Jul 23, 2025

Looks good. One question, why are we removing cycle finder tests?

These tests were added in the beginning of CF development and with API changes it is broken now as it is not run in CI. The cost checks are also done in assert mode already. Do you think there is value in keeping it?

@hlinsen
Copy link
Copy Markdown
Contributor Author

hlinsen commented Jul 24, 2025

/merge

@rapids-bot rapids-bot bot merged commit a6e7599 into NVIDIA:branch-25.08 Jul 24, 2025
143 of 144 checks passed
aliceb-nv pushed a commit that referenced this pull request Sep 22, 2025
…ure (#74)

This PR fixes:
- Fixes data init in create depot node when wait time is modeled. This is used for move eval in 2-opt and OX.
- Fixes an assertion when computed arrival time is checked and wait time is modeled
- Removes deprecated tests

Authors:
  - Hugo Linsenmaier (https://github.com/hlinsen)
  - Ramakrishnap (https://github.com/rgsl888prabhu)

Approvers:
  - James Lamb (https://github.com/jameslamb)
  - Akif ÇÖRDÜK (https://github.com/akifcorduk)

URL: #74
jieyibi pushed a commit to yining043/cuopt that referenced this pull request Mar 26, 2026
…ure (NVIDIA#74)

This PR fixes:
- Fixes data init in create depot node when wait time is modeled. This is used for move eval in 2-opt and OX.
- Fixes an assertion when computed arrival time is checked and wait time is modeled
- Removes deprecated tests

Authors:
  - Hugo Linsenmaier (https://github.com/hlinsen)
  - Ramakrishnap (https://github.com/rgsl888prabhu)

Approvers:
  - James Lamb (https://github.com/jameslamb)
  - Akif ÇÖRDÜK (https://github.com/akifcorduk)

URL: NVIDIA#74
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working non-breaking Introduces a non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants