Commit Graph

13630 Commits

Author SHA1 Message Date
Corentin Le Molgat
77a28070b9 deps: bump scip to v9.2.1
* use libscip shared library
* enable soplex
2025-03-13 15:56:35 +01:00
Corentin Le Molgat
62dca6e486 backport vlog_is_on.h patch from main 2025-03-13 15:56:35 +01:00
Corentin Le Molgat
36ca3496c0 graph: add dag_* stuff 2025-03-13 15:56:34 +01:00
Corentin Le Molgat
461505f4af ci: backport workflows from main 2025-03-13 14:35:51 +01:00
Laurent Perron
a4b37b6465 large sync with main 2025-03-07 10:33:36 +01:00
Mizux Seiha
cf72696d00 examples/cpp: backport from main 2025-03-04 21:10:09 +01:00
Mizux Seiha
f1fc3af6b3 examples/tests: fixup 2025-03-04 21:09:55 +01:00
Mizux Seiha
068359c162 ortools: backport from main 2025-03-04 21:09:32 +01:00
Mizux Seiha
4752786cb3 graph: remove dag_* 2025-03-04 21:08:39 +01:00
Mizux Seiha
322fe8803f flatzinc fixup 2025-03-04 21:07:55 +01:00
Mizux Seiha
adf0973a35 examples/contrib: add issue4269 2025-03-04 21:07:42 +01:00
Mizux Seiha
d97048d4eb scip bump to v921 2025-03-04 21:07:18 +01:00
Mizux Seiha
56fde74a11 move set_cover 2025-03-04 21:06:53 +01:00
Laurent Perron
a695779281 [Graph] remove obsolete graph implementaiton 2025-02-25 21:47:34 +01:00
Laurent Perron
8d90fe1ca3 [CP-SAT] fix #4568 2025-02-25 21:47:26 +01:00
Mizux Seiha
4e1659a83b cleanup base/options.h 2025-02-25 21:47:10 +01:00
Mizux Seiha
6d9cfee89c add base/array 2025-02-25 21:46:58 +01:00
Laurent Perron
be5b7532b2 fix #4565 2025-02-25 17:08:47 +01:00
Mizux Seiha
80686581f4 backport from main 2025-02-25 16:04:20 +01:00
Mizux Seiha
c96c824034 backport examples from main 2025-02-25 16:03:40 +01:00
Corentin Le Molgat
bdfbbc6809 call absl::SetStderrThreshold before InitGoogle 2025-02-25 11:37:10 +01:00
Corentin Le Molgat
c451a7d875 fixup 2025-02-25 11:35:07 +01:00
Corentin Le Molgat
d4acbe81ce replace base/logging.h by absl/log/log.h 2025-02-25 11:16:30 +01:00
Arnab Animesh Das
b84c60b464 Remove comment regarding only static builds being supported on Windows (#4559)
* Remove comment regarding only static builds being supported on Windows

* Minor fix
2025-02-24 10:56:56 +01:00
Laurent Perron
668cc8a1cf fix #4557 2025-02-24 10:56:44 +01:00
Laurent Perron
98325ced91 fix #4555 2025-02-24 10:56:38 +01:00
Corentin Le Molgat
75830a5263 bazel: Fix MODULE.bazel 2025-02-19 15:51:17 +01:00
Corentin Le Molgat
7936024e88 tools/release: fix shellcheck comment 2025-02-17 13:02:44 +01:00
Corentin Le Molgat
31de625113 Merge remote-tracking branch 'origin/stable' into mizux/rc 2025-02-17 12:53:41 +01:00
Laurent Perron
9b77015d9d Merge pull request #4545 from google/dependabot/go_modules/go_modules-8d4d0c168c
build(deps): bump github.com/golang/glog from 1.2.2 to 1.2.4 in the go_modules group across 1 directory
2025-02-17 12:32:53 +01:00
Corentin Le Molgat
fd5af341b3 bazel fixup 2025-02-17 11:20:55 +01:00
dependabot[bot]
1c5ce66813 build(deps): bump github.com/golang/glog
Bumps the go_modules group with 1 update in the / directory: [github.com/golang/glog](https://github.com/golang/glog).


Updates `github.com/golang/glog` from 1.2.2 to 1.2.4
- [Release notes](https://github.com/golang/glog/releases)
- [Commits](https://github.com/golang/glog/compare/v1.2.2...v1.2.4)

---
updated-dependencies:
- dependency-name: github.com/golang/glog
  dependency-type: direct:production
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-17 10:20:39 +00:00
Corentin Le Molgat
a740a2144b bazel fixup 2025-02-17 11:14:13 +01:00
Corentin Le Molgat
243c4c8a53 Merge tag 'v9.12' into stable 2025-02-17 11:07:50 +01:00
Corentin Le Molgat
b8e881fbde tools/docker: fix arm64 archive build 2025-02-12 17:15:38 +01:00
Corentin Le Molgat
73bef34d95 cmake: update pybind11 to v2.13.6
* sync Dependencies.txt
2025-02-12 14:31:17 +01:00
Corentin Le Molgat
460cc866a6 cmake: remove ortools_full.lib generation on windows
note: Do not build anymore got the error:
```
LINK : fatal error LNK1189: library limit of 65535 objects exceeded
```
2025-02-12 05:29:33 -08:00
Corentin Le Molgat
2dbe1efcca tools/docker: Fix fedora-41 dotnet build 2025-02-12 09:08:29 +01:00
Corentin Le Molgat
76cd62106c routing: Fix c++17 build
note: Structured bindings cannot be captured by lambda expressions until C++20
ref <https://en.cppreference.com/w/cpp/language/structured_binding>
2025-02-12 09:07:49 +01:00
Mizux Seiha
7b71c4b140 dependencies: Bump protobuf to v29.3 2025-02-11 14:47:27 +01:00
Corentin Le Molgat
f95a59d217 julia: export from google3 2025-02-10 16:43:23 +01:00
Corentin Le Molgat
0cc982d75a routing: export from google3 2025-02-10 15:53:25 +01:00
Laurent Perron
d6210362b5 [CP-SAT] improve memory usage for LNS 2025-02-10 14:49:06 +01:00
Corentin Le Molgat
fc237eaf0d export from google3 2025-02-10 14:26:48 +01:00
Laurent Perron
f9177bd457 fix 2025-02-10 13:11:01 +01:00
Laurent Perron
7e98e7b4d4 [CP-SAT] improve no_overlap_2d cuts; more no_overlap_2d cuts; bugfixes; add sat/c_api subdirectory 2025-02-10 12:45:46 +01:00
Laurent Perron
9f4bf2affe [CP-SAT] remove dead code 2025-02-08 10:57:08 +01:00
Laurent Perron
8b4a24a0a3 [CP-SAT] polish new cumulative cuts code; more experimental code on routing cuts; cleaning, fixes 2025-02-07 22:34:38 +01:00
Laurent Perron
05c362a215 [GLOP] honor time limits better 2025-02-06 16:52:26 +01:00
Laurent Perron
3a73fa1b3e [CP-SAT] fix cumulative cuts 2025-02-06 16:52:23 +01:00