Skip to content

Bump ortools from 9.8.3296 to 9.9.3963#52

Closed
dependabot[bot] wants to merge 1 commit intomayilfrom
dependabot/pip/ortools-9.9.3963
Closed

Bump ortools from 9.8.3296 to 9.9.3963#52
dependabot[bot] wants to merge 1 commit intomayilfrom
dependabot/pip/ortools-9.9.3963

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 1, 2024

Bumps ortools from 9.8.3296 to 9.9.3963.

Release notes

Sourced from ortools's releases.

v9.9

Dependencies

  • abseil-cpp 20240116.1.
  • re2 2024-02-01.
  • Protobuf v25.3.
  • Scip v810.
  • pybind11 v2.11.1.
  • googletest 1.14.0.

C++ Changes

  • use of absl::Span instead of std::vector.
  • replace const std::string& with absl::string_view.
  • use of absl log.

CP-SAT

  • Improvements to no_overlap_2d algorithms.
  • rewrite python API to be pep8 compliant. model.AddBoolOr -> model.add_bool_or
  • Improve the linear propagator code.
  • Use the ~ operator in C++ and Python for the negation of a literal.

Linear Solver

  • make XPRESS support using a dynamic load (like gurobi support)

Math Opt

  • Sync with google3
  • Add c++ and python support in CMake based build.
  • Add math_opt in Python wheel package
  • Enable few C++ tests with bazel based build.

Known Issue

  • Python windows wheel package are 108Mb so we can't upload them to pypi yet. note: a file limite request has been filled (pypi/support#3714)

  • Build on Ubuntu 20.04 LTS failed -> no archives available for this OS... dev note: looking at the trace of the release process...

    $ cd tools/docker
    $ make amd64_ubuntu-20.04_cpp_build
    ...
    In file included from /root/or-tools/ortools/graph/dag_constrained_shortest_path.cc:14:
    /root/or-tools/ortools/graph/dag_constrained_shortest_path.h:18:10: fatal error: concepts: No such file or directory
       18 | #include <concepts>
          |          ^~~~~~~~~~
    

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ortools](https://github.com/google/or-tools) from 9.8.3296 to 9.9.3963.
- [Release notes](https://github.com/google/or-tools/releases)
- [Commits](https://github.com/google/or-tools/commits)

---
updated-dependencies:
- dependency-name: ortools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 1, 2024
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 13, 2024

Superseded by #116.

@dependabot dependabot Bot closed this May 13, 2024
@dependabot dependabot Bot deleted the dependabot/pip/ortools-9.9.3963 branch May 13, 2024 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants