731 Commits

Author SHA1 Message Date
Laurent Perron
d229e48c88 polish model_builder code and samples; tweak C# wrapping code 2023-11-03 15:09:13 +01:00
Corentin Le Molgat
0ac38b751d constraint_solver: export from google3 2023-10-31 12:34:34 +01:00
Laurent Perron
4f3584321f fix 2023-10-31 08:46:22 +01:00
Laurent Perron
1f9331d00a fix 2023-10-31 08:43:55 +01:00
Laurent Perron
afbca7604d cleanup c# swig: move vector calling to client .i, import vector.i instead of include; begin support for c# model_builder 2023-10-30 21:51:08 +01:00
Corentin Le Molgat
9154cf343d constraint_solver: Fix macos clang build (Fix #3953) 2023-10-13 15:59:49 +02:00
Corentin Le Molgat
d94a6a8984 python: Fix pywrapcp_test 2023-10-13 13:39:04 +02:00
Laurent Perron
43f9885809 Update internal routing code 2023-10-11 14:24:20 +02:00
Corentin Le Molgat
69874c9b26 fixup from google3 2023-10-09 15:07:30 +02:00
Corentin Le Molgat
753a7ab874 update constraint_solver from google3 2023-10-09 15:07:30 +02:00
Corentin Le Molgat
912a257773 pywrapcp_test fixup 2023-10-06 18:12:45 +02:00
Corentin Le Molgat
c60a2d03d6 constraint_solver: export from google3 2023-10-04 15:58:45 +02:00
Corentin Le Molgat
265fecb122 bazel: fix remove of routing_flags 2023-10-04 14:37:34 +02:00
Mizux Seiha
d8634ab0f2 cmake: Split math_opt into sub library
XCode do not support object library with several file with the same name
since it use a flat directory, Xcode "fix" using a UID but CMake can't catch it.

math_opt also use a parameters.proto which conflict with the
glop/parameters.proto -> need to split the proto to .cc generation in
two libraries
2023-09-25 10:46:02 +02:00
Laurent Perron
af879c6d17 big cleanup of includes 2023-08-24 17:14:58 +02:00
Laurent Perron
fa6883d544 mostly cleaning: remove integral_types.h and basictypes.h 2023-08-24 14:52:54 +02:00
Corentin Le Molgat
8ce89a6d07 routing: Export from google3 2023-08-21 11:44:57 +02:00
Corentin Le Molgat
d46ebfeabf integral_types.h to types.h 2023-08-18 16:14:58 +02:00
Laurent Perron
90e42d9607 fix CP routing decisions 2023-08-03 11:43:26 -07:00
Corentin Le Molgat
28777203bc Syng google3: use base/types.h 2023-07-31 18:12:03 +02:00
Corentin Le Molgat
ffd8ec0aa0 export constraint_solver form google3/ 2023-07-28 11:27:44 +02:00
Laurent Perron
844a5395cf nit 2023-07-17 14:43:19 -07:00
Mizux Seiha
aed5249c48 constraint_solver: Fix .Net swig 2023-07-11 16:04:48 +02:00
Corentin Le Molgat
1dd922c321 constraint_solver: Export from google3 2023-07-10 15:18:20 +02:00
Corentin Le Molgat
89bc4b55ad constraint_solver: format python files using Black 2023-07-10 09:57:51 +02:00
Corentin Le Molgat
e1311d6887 constraint_solver: Fix README 2023-07-10 09:56:18 +02:00
Corentin Le Molgat
4ba6ce4e49 constraint_solver: Start Black formating 2023-07-05 18:34:44 +02:00
Corentin Le Molgat
8be7663396 constraint_solver: update internal doc 2023-07-05 18:34:44 +02:00
Corentin Le Molgat
99eba7797b constraint_solver: format 2023-07-05 13:10:41 +02:00
Laurent Perron
556eeb7480 Merge pull request #3831 from bertuccellimatteo/feat-python-progress
feat(python): unignore Solver::TopProgressPercent and SearchMonitor::…
2023-06-23 07:05:01 +02:00
bertuccellimatteo
afa0b9f5a9 feat(python): unignore Solver::TopProgressPercent and SearchMonitor::Progress 2023-06-22 20:35:32 +02:00
Corentin Le Molgat
2a7f8724bd windows: Fix function declaration (fix #3807) 2023-06-05 15:17:10 +02:00
Corentin Le Molgat
85fc6ef2d4 cp: Fix python 2023-06-02 14:40:18 +02:00
Corentin Le Molgat
8a62154c34 constraint_solver: format 2023-06-02 13:18:50 +02:00
Corentin Le Molgat
cee6313ffe constraint_solver: Fix .Net build 2023-06-02 08:53:08 +02:00
Corentin Le Molgat
f25897b566 constraint_solver: sync with google3 2023-06-02 08:53:08 +02:00
Mizux Seiha
53c1e40969 swig: Fix define definition
need to set ABSL_MUST_USE_RESULT to empty string so '=' is mandatory
2023-05-30 14:49:13 +02:00
Corentin Le Molgat
192e690204 cmake: cleanup 2023-05-24 15:39:37 +02:00
Corentin Le Molgat
9167a849ae Export constraint_solver/ from google3 2023-05-24 15:34:57 +02:00
Corentin Le Molgat
28c908f392 export from google3
* Add base/callback.h
* Add algorithms/duplicate_remover.h
* Add algorithms/weighted_set_covering.h

* export algorithms unit tests (not running them yet)
* Few cleanup here and there
2023-04-27 13:11:47 +02:00
Corentin Le Molgat
a26be5b7bc routing: Remove format() in python samples 2023-04-13 15:46:22 +02:00
Corentin Le Molgat
8efe0e7359 fix NQueensCp.java 2023-04-11 15:38:25 +02:00
Corentin Le Molgat
c74d0b376c fixup 2023-04-05 18:30:57 +02:00
Laurent Perron
01ee2f8863 Merge branch 'main' of github.com:google/or-tools 2023-04-05 14:00:42 +02:00
Laurent Perron
300631d62b minor cleanup, missing std includes 2023-04-05 14:00:30 +02:00
Corentin Le Molgat
47ce2eae9f cleanup 2023-04-05 10:36:56 +02:00
Corentin Le Molgat
a61ae6cdc8 update routing samples 2023-04-05 10:36:55 +02:00
Corentin Le Molgat
7665b677e5 Update CMakeLists.txt 2023-04-05 10:36:55 +02:00
Mizux Seiha
2de7d6fbac bazel: Fix build 2023-04-03 11:06:28 +02:00
Corentin Le Molgat
8d6c172e5c cleanup 2023-03-06 18:28:57 +01:00