Commit Graph

14535 Commits

Author SHA1 Message Date
Laurent Perron
7fe44a2f6b remove obsolete GRBisqp 2025-02-27 19:29:46 +01:00
Laurent Perron
7f0b66f1a0 Merge branch 'main' of github.com:google/or-tools 2025-02-27 19:24:16 +01:00
Laurent Perron
ed1fbc8fc9 fix #4571 2025-02-27 19:24:12 +01:00
Corentin Le Molgat
67de830334 examples/service: cleanup 2025-02-27 13:39:02 +01:00
Corentin Le Molgat
3e24cf1c5a examples/java: google3 sync 2025-02-27 13:39:02 +01:00
Corentin Le Molgat
57b29c94c2 julia: fixup 2025-02-27 13:39:01 +01:00
Corentin Le Molgat
8f899886ca examples/cpp: use absl/log.h 2025-02-27 13:39:01 +01:00
Laurent Perron
05386fdb19 Merge branch 'main' of github.com:google/or-tools 2025-02-25 19:34:10 +01:00
Laurent Perron
6b5ae5067d [Graph] remove obsolete graph implementaiton 2025-02-25 19:33:51 +01:00
Laurent Perron
a99e7c833c [CP-SAT] fix #4568 2025-02-25 19:33:33 +01:00
Laurent Perron
4096100d40 bump scip to 9.2.1 for cmake 2025-02-25 19:28:53 +01:00
Mizux Seiha
14ed2298fe fix base/gmock.h 2025-02-25 16:05:04 +01:00
Laurent Perron
6f2a66de40 fix #4565 2025-02-25 12:32:58 +01:00
Corentin Le Molgat
421e55bbe1 base: add array
note: needed by math_opt
2025-02-25 02:12:20 +01:00
Corentin Le Molgat
e7134e7497 replace base/logging.h by absl/log/log.h 2025-02-25 02:12:18 +01:00
Laurent Perron
ee23527569 big includes cleanup 2025-02-24 22:59:21 +01:00
Laurent Perron
4ccde326ba Merge branch 'main' of github.com:google/or-tools 2025-02-21 16:37:18 +01:00
Laurent Perron
8e1c4c3633 more work on includes 2025-02-21 16:37:06 +01:00
Laurent Perron
1acdd5d6af massive cleanup of includes; work on CP-SAT routing cuts 2025-02-21 15:14:38 +01:00
Arnab Animesh Das
128b0a13fa 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-21 12:00:48 +01:00
Laurent Perron
4f179a02c8 fix #4557 2025-02-20 11:12:08 +01:00
Laurent Perron
610f202d5d fix #4555 2025-02-20 10:55:14 +01:00
Laurent Perron
e0f2787c50 Merge branch 'main' of github.com:google/or-tools 2025-02-19 17:00:45 +01:00
Laurent Perron
7fec12bc35 remove stderrthreshold flag, use absl globals method 2025-02-19 17:00:34 +01:00
Corentin Le Molgat
b59abbffa4 bazel: Fix MODULE.bazel 2025-02-19 15:35:51 +01:00
Laurent Perron
8fb364a103 more graph tests 2025-02-19 13:33:31 +01:00
Laurent Perron
3355831c89 [CP-SAT] more work on scheduling; collect more info from routing models; more presolve, simplification 2025-02-19 13:33:18 +01:00
Laurent Perron
dd433e2d1c [CP-SAT] hash python variables 2025-02-19 13:32:31 +01:00
Laurent Perron
d8f2864ad2 more work on routing 2025-02-19 13:31:59 +01:00
Laurent Perron
8549dc2b19 [GLOP] remove dead code 2025-02-19 13:31:07 +01:00
Laurent Perron
381bdb8abd improve stats class 2025-02-19 13:30:46 +01:00
Laurent Perron
598e884110 improve binary search code 2025-02-19 13:30:36 +01:00
Laurent Perron
660044eeb3 simplify rcpsp example; add string_view to fap code 2025-02-19 13:30:12 +01:00
Laurent Perron
9c37f700a4 remove non determinism 2025-02-17 16:22:27 +01:00
Laurent Perron
418aafa6c1 fix #4546 2025-02-17 16:07:11 +01:00
Laurent Perron
766be56171 [CP-SAT] add float value to the CpSolver and solution callback classes 2025-02-17 14:25:29 +01:00
Corentin Le Molgat
dc267cd2b9 tools/release: fix shellcheck comment 2025-02-17 13:03:18 +01:00
Laurent Perron
6541d6415c Merge branch 'main' of github.com:google/or-tools 2025-02-17 12:53:42 +01:00
Laurent Perron
7a4a356e5f misc pdlp test changes 2025-02-17 12:53:28 +01:00
Laurent Perron
27e3edf695 move set_cover code in its own directory 2025-02-17 12:52:52 +01:00
Laurent Perron
4efd54f5f0 move set_cover code in its own directory 2025-02-17 12:52:36 +01:00
Corentin Le Molgat
97c60236f0 bazel fixup 2025-02-17 11:23:14 +01:00
Laurent Perron
cc9181db9d [CP-SAT] cleanup debug code; fix cumulative_energy_test 2025-02-17 07:21:52 +01:00
Laurent Perron
3c6408ed68 fix routing ls protocol 2025-02-16 15:23:18 +01:00
Laurent Perron
ba07856113 misc 2025-02-16 15:22:47 +01:00
Laurent Perron
6a339f633f [CP-SAT] update routing/scheduling code; manu bug fixes; improve java doc 2025-02-16 15:22:41 +01:00
Corentin Le Molgat
9090dc72ec tools/docker: fix arm64 archive build 2025-02-12 17:15:12 +01:00
Corentin Le Molgat
ee21143464 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 14:32:01 +01:00
Corentin Le Molgat
01d57fed9f cmake: update pybind11 to v2.13.6
sync Dependencies.txt
2025-02-12 14:08:44 +01:00
Corentin Le Molgat
873c7bd73f bazel: bump rules_cc to 0.1.1 2025-02-12 11:47:34 +01:00