Commit Graph

248 Commits

Author SHA1 Message Date
Corentin Le Molgat
fdfc6af03e rework ortools samples (#4590) 2025-05-16 18:02:19 +02:00
Corentin Le Molgat
3622b4f7d0 backport fixup from main 2025-03-13 16:54:58 +01:00
Corentin Le Molgat
bdfbbc6809 call absl::SetStderrThreshold before InitGoogle 2025-02-25 11:37:10 +01:00
Corentin Le Molgat
d4acbe81ce replace base/logging.h by absl/log/log.h 2025-02-25 11:16:30 +01:00
Mizux Seiha
ff163ce089 routing: fix vrp_items_to_deliver.py 2025-02-04 15:16:44 +01:00
Laurent Perron
1731cb66bd update vrp samples 2025-01-30 14:28:07 +01:00
Laurent Perron
578961e4bc update java routing samples 2025-01-29 14:23:13 +01:00
Laurent Perron
77fd88c618 update C# routing examples 2025-01-29 13:35:56 +01:00
Laurent Perron
cedcb51c3d Update routing Python samples 2025-01-29 13:25:44 +01:00
Laurent Perron
0ce4b910ab Update routing C++ samples 2025-01-29 13:25:34 +01:00
Corentin Le Molgat
a66a6daac7 Bump Copyright to 2025 2025-01-10 11:35:44 +01:00
Laurent Perron
fc422b468f update code 2024-12-19 15:39:10 +01:00
Corentin Le Molgat
6de3f59af2 constraint_solver: Backport routing update from main 2024-11-18 17:01:27 +01:00
Laurent Perron
6a54d671d7 remove obsolete threadpool ctor; minor reindent 2024-10-08 16:05:27 +02:00
Corentin Le Molgat
cbb5660c64 bazel: don't use native rules for samples 2024-10-07 08:25:27 +02:00
Corentin Le Molgat
30783e9aca routing: Fix VRP Initial solution samples (Fix #4111) 2024-03-04 11:36:43 +01:00
Laurent Perron
d17ee64819 fix #4902 2024-02-20 12:20:30 +01:00
Laurent Perron
f59b1743b7 fix for cvrp_reload in debug; use Min instead of Value 2024-02-02 14:28:15 +01:00
Corentin Le Molgat
399034ce82 constraint_solver: export from google3 2024-01-22 14:37:08 +01:00
Corentin Le Molgat
7050ad3fc9 cmake: rework java helper functions 2024-01-18 11:22:38 +01:00
Corentin Le Molgat
dd6da5bf0f cmake: rework dotnet helper functions 2024-01-18 11:22:38 +01:00
Corentin Le Molgat
21fd586d32 cmake: rework add_python_sample() 2024-01-16 15:14:34 +01:00
Corentin Le Molgat
835d93025f cmake: Rework add_cxx_sample()
* Add mandatory FILE_NAME option
* Add COMPONENT_NAME option
2024-01-16 11:27:01 +01:00
Mizux Seiha
a76bf1c5dd bump license boilerplate 2024-01-04 13:43:15 +01:00
Corentin Le Molgat
48f621b1d4 constraint_solver: Remove duplicate samples 2023-11-10 15:21:20 +01:00
Laurent Perron
0557eae2fb sync routing code; fix #3975 2023-11-09 10:28:39 +01: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
Corentin Le Molgat
89bc4b55ad constraint_solver: format python files using Black 2023-07-10 09:57:51 +02:00
Corentin Le Molgat
f25897b566 constraint_solver: sync with google3 2023-06-02 08:53:08 +02:00
Corentin Le Molgat
9167a849ae Export constraint_solver/ from google3 2023-05-24 15:34:57 +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
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
a61ae6cdc8 update routing samples 2023-04-05 10:36:55 +02:00
Corentin Le Molgat
8d6c172e5c cleanup 2023-03-06 18:28:57 +01:00
Laurent Perron
e9f9404923 Remove logging code; use absl one 2023-01-31 20:46:43 +01:00
Corentin Le Molgat
88645c398f clean trailing white space 2022-11-23 18:06:38 +01:00
watchdogs132
0b3ec09d5a tweaked comment 2022-11-23 17:10:16 +01:00
watchdogs132
6632863905 closed model in vrp_initial_routes 2022-11-23 17:10:16 +01:00
Corentin Le Molgat
e1b28ccb8d routing: fix lint in samples/ 2022-10-24 11:56:09 +02:00
Corentin Le Molgat
0012569aa4 routing: export from google3
some performance increase:
* lazy initialization
* filter dynamic sorting
* better lifo management
* use_node_pair_swap_active: BOOL_FALSE
2022-10-21 11:31:42 +02:00
Corentin Le Molgat
3aafb0a2c4 routing: VrpSolutionCallback cleanup 2022-10-21 09:14:40 +02:00
Corentin Le Molgat
2e97e4319b routing: Add VRP Solution Callback (#3300) 2022-10-19 17:54:12 +02:00
Laurent Perron
81b31ff24b Move model_builder under linear_solver 2022-09-12 11:28:52 +02:00
Corentin Le Molgat
1c95a2c00e bazel: rework tests 2022-07-27 16:47:32 +02:00
Corentin Le Molgat
f98afa8e42 Add missing STL include 2022-07-22 16:25:40 +02:00
Corentin Le Molgat
c78f83e4d4 constraint_solver: add execute bit flag to all python samples 2022-07-20 17:21:55 +02:00
Mizux Seiha
7a823314eb export from google3 2022-06-21 11:35:03 +02:00