Commit Graph

13051 Commits

Author SHA1 Message Date
Laurent Perron
91fe48478d reformat 2024-05-30 10:51:55 +02:00
Florian Omnès
42e3414d5f [CMAKE] Required version 3.18 -> 3.20 (#4155)
```
elseif(UNIX)
  cmake_path(RELATIVE_PATH CMAKE_INSTALL_FULL_LIBDIR
             BASE_DIRECTORY ${CMAKE_INSTALL_FULL_BINDIR}
             OUTPUT_VARIABLE libdir_relative_path)
  set_target_properties(solve PROPERTIES INSTALL_RPATH
    "$ORIGIN/${libdir_relative_path}")
endif()
```

`cmake_path` was added in CMake 3.20, see https://cmake.org/cmake/help/latest/command/cmake_path.html
2024-05-30 10:51:55 +02:00
Corentin Le Molgat
8f85d85be8 bazel: use scip TPI_NONE
TPI_TNY won't work in JAVA wrapper
2024-05-30 10:51:54 +02:00
Corentin Le Molgat
7bd7a29e51 linear_solver: remove dead code 2024-05-30 10:51:54 +02:00
Corentin Le Molgat
e2221e0e31 cleanup scip.BUILD.bazel 2024-05-30 10:51:54 +02:00
Corentin Le Molgat
52073a163e Fix GScip math_opt test 2024-05-30 10:51:54 +02:00
Corentin Le Molgat
e3d3c610a4 version: Bump to 9.10 2024-05-30 10:51:54 +02:00
Corentin Le Molgat
1558b77419 backport routing/ from main 2024-05-30 10:51:54 +02:00
Corentin Le Molgat
c76a9a424a backport example/ from main 2024-05-30 10:51:54 +02:00
Corentin Le Molgat
c9b1ad998a backport linear_solver, math_opt, pdlp and util from main 2024-05-30 10:51:54 +02:00
Corentin Le Molgat
2b0085be7d backport ci/cd/release stuff from main 2024-05-30 10:51:54 +02:00
Corentin Le Molgat
48ace85e13 base: backport from main 2024-05-30 10:51:54 +02:00
Corentin Le Molgat
bd97b225bd graph: backport from main 2024-05-30 10:51:54 +02:00
Corentin Le Molgat
5bdcc38cbd algorithms: backport from main 2024-05-30 10:51:54 +02:00
Florian OMNES
f88f748635 Use fixtures for XPRESS tests, instead of C-style macros
Instead of macros, use fixtures for XPRESS tests
2024-05-30 10:51:54 +02:00
Laurent Perron
1d3d09242f add output to recipe 2024-05-30 10:51:54 +02:00
Laurent Perron
97cf1237e0 [CP-SAT] new sample;improve no_overlap_2d code 2024-05-30 10:51:54 +02:00
Laurent Perron
02a53ee8d0 selecting a subset of pieces 2024-05-30 10:51:54 +02:00
Laurent Perron
0ca8c87c3c new example 2024-05-30 10:51:54 +02:00
Laurent Perron
ca6af53f66 support gurobi 11.0.1 2024-05-30 10:51:54 +02:00
Iaroslav Chernyshev
d6b490ef75 Fix file::Match implementation 2024-05-30 10:51:54 +02:00
Mizux Seiha
e8e5a93dc9 deps: Bump SCIP to v900 2024-05-30 10:51:54 +02:00
Laurent Perron
6e8189608a [CP-SAT] polish typing 2024-05-30 10:51:54 +02:00
Laurent Perron
f92d236fbf [CP-SAT] experimental lin_max expand; improve python typing 2024-05-30 10:51:54 +02:00
Laurent Perron
07fa7ddc9e [CP-SAT] update python typing for mypy 2024-05-30 10:51:54 +02:00
Laurent Perron
511bf047a7 backport cp-sat code from main 2024-05-30 10:51:53 +02:00
dependabot[bot]
d4f9b80c95 --- (#4239)
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-21 12:21:48 +02:00
Laurent Perron
5124f4975b Merge pull request #4180 from google/dependabot/pip/bazel/idna-3.7
build(deps): bump idna from 3.4 to 3.7 in /bazel
2024-04-14 16:07:58 +02:00
dependabot[bot]
72cee2fafe build(deps): bump idna from 3.4 to 3.7 in /bazel
Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](https://github.com/kjd/idna/compare/v3.4...v3.7)

---
updated-dependencies:
- dependency-name: idna
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-12 03:01:31 +00:00
Laurent Perron
5f7eabb3ff Merge pull request #4141 from google/dependabot/pip/bazel/black-24.3.0
build(deps): bump black from 23.10.1 to 24.3.0 in /bazel
2024-03-20 19:42:00 +01:00
dependabot[bot]
4d4a3ae475 build(deps): bump black from 23.10.1 to 24.3.0 in /bazel
Bumps [black](https://github.com/psf/black) from 23.10.1 to 24.3.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.10.1...24.3.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-20 17:35:07 +00:00
Corentin Le Molgat
3ed2b2d963 Merge remote-tracking branch 'origin/mizux/rc' into stable 2024-03-07 14:05:55 +01:00
Laurent Perron
3c5c99c278 [CP-SAT] speed up processing of at most ones; add named subsolver parameters for lns and shared_tree workers 2024-03-04 18:07:17 +01:00
Laurent Perron
caef642b22 fix test 2024-03-04 18:06:19 +01:00
Corentin Le Molgat
fc1a478309 cmake: try to fix DEBUG install when using MSVC
protobuf and zlib do use CMAKE_DEBUG_POSTFIX
2024-03-04 15:47:23 +01:00
Corentin Le Molgat
a42f11a32f cmake: fix linear_solver/solve 2024-03-04 15:34:41 +01:00
Corentin Le Molgat
a1e9e68561 linear_solver: fix cmake install of solve executable 2024-03-04 14:22:41 +01:00
Corentin Le Molgat
30783e9aca routing: Fix VRP Initial solution samples (Fix #4111) 2024-03-04 11:36:43 +01:00
Corentin Le Molgat
45f33870c5 bazel: update algorithms build 2024-03-04 08:23:48 +01:00
Laurent Perron
437524aa5b fix #4108 2024-03-01 14:06:02 +01:00
Laurent Perron
134f113945 Merge branch 'main' of github.com:google/or-tools 2024-02-28 17:21:06 +01:00
Laurent Perron
d743b7432f more absl::Span 2024-02-28 17:20:57 +01:00
Laurent Perron
9378479d3a reformat 2024-02-28 17:20:44 +01:00
Laurent Perron
a166810d9a [CP-SAT] add rlt cuts; improve no_overlap_2d propagation 2024-02-28 17:20:23 +01:00
Corentin Le Molgat
6f54bf39f5 graph: export from google3 2024-02-28 16:56:31 +01:00
Mizux Seiha
dba3de6bb7 release: Fix macos python script 2024-02-28 16:13:34 +01:00
Laurent Perron
c717740e73 [CP-SAT] fix #4099 2024-02-28 15:55:49 +01:00
Corentin Le Molgat
5ffb246ccf math_opt: export constraints tests 2024-02-27 12:59:28 +01:00
Corentin Le Molgat
0d8db7b56f util: export fp_roundtrip_conv_testing 2024-02-27 12:59:28 +01:00
Corentin Le Molgat
10e6f60e00 math_opt: update 2024-02-27 12:59:28 +01:00