Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
Dependencies
20230802.1
.v25.0
.2023-11-01
.v804
.Linear Solver
ModelBuilder
to .Net.LogCallback
toMbLogCallback
to avoid collision with SAT LogCallback.Math Opt
Routing
ROUTING_OPTIMAL
status.RoutingModel
non copyable nor movable.PickupDeliveryPosition
internal struct.IsPickup()
andIsDelivery()
methods.SAT
int_abs
,int_mod
,int_prod
andlin_max
.Troubleshoot for Distro Maintainers
issue
re2::StringPiece
answer: You need to bump re2 to at least
2023-06-01
(re2::StringPiece
become an alias toabsl::string_view
)issue
operator<<
answer: You need to bump Protobuf to at least v23.3 (protobuf depends on abseil-cpp)
issue
absl::int128
answer: : You need to bump abseil-cpp to at least 20230802.1 (abseil-cpp will provide a
int128::toString()
)What's Changed
New Contributors
Full Changelog: google/or-tools@v9.7...v9.8