Commit Graph

197 Commits

Author SHA1 Message Date
Corentin Le Molgat
c7120439d4 Bump license date 2022-06-17 14:23:23 +02:00
Corentin Le Molgat
59c7491170 routing: Add vrp_items_to_deliver.py 2022-05-04 11:49:14 +02:00
Corentin Le Molgat
111b942bc2 constraint_solver: cleanup 2022-03-31 15:34:37 +02:00
Laurent Perron
9dd7ed7fd1 bump constraint_solver code; remove unused files 2022-02-22 19:25:31 +01:00
Corentin Le Molgat
4defaa23ed Export strong_int.h 2022-01-31 18:44:25 +01:00
Corentin Le Molgat
683d1d12e1 sync with google code 2022-01-27 16:35:42 +01:00
Corentin Le Molgat
a40295d79c Sync from google 2022-01-21 17:51:38 +01:00
Corentin Le Molgat
3cc01f2a29 fixup export sync 2022-01-18 11:05:48 +01:00
Corentin Le Molgat
904f9c67cd Sync google/github 2022-01-17 15:47:25 +01:00
Corentin Le Molgat
32f3bc53d0 Sync google/github 2022-01-17 15:04:44 +01:00
Corentin Le Molgat
fc1c7e2718 routing: make python sample executable 2022-01-17 08:38:21 +01:00
Corentin Le Molgat
354e350004 Sync C# indent 2022-01-03 09:49:47 +01:00
Laurent Perron
5f03dc4993 reformat BUILD files 2021-12-06 15:39:18 +01:00
Laurent Perron
560826496b BUILD -> BUILD.bazel 2021-12-06 14:36:13 +01:00
Laurent Perron
18d001912d remove ortools/base/random.h|cc; adapt code everywhere; increase robustness of glop preprocessor 2021-12-06 14:03:19 +01:00
Laurent Perron
d54ed8f29e [ROUTING] remove old gtl:: obsolete code; fix overflow error 2021-12-05 12:15:27 +01:00
Corentin Le Molgat
e41b99a930 remove deprecated .csprog 2021-12-03 17:22:45 +01:00
Laurent Perron
a21b35b382 fix example 2021-12-02 18:05:31 +01:00
Mizux Seiha
d15847ec36 Bump csproj to 9.2 2021-11-30 18:13:26 +01:00
Laurent Perron
201a07bb3a [BAZEL] remove windows warning 2021-11-30 10:38:48 +01:00
Corentin Le Molgat
52c9b0b77f constraint_solver: Sync 2021-11-03 12:57:26 +01:00
Corentin Le Molgat
eb0f319cd6 Sync github with google 2021-10-22 00:50:21 +02:00
Corentin Le Molgat
ac0b672e34 constraint_solver: Add NQueensCp in all supported languages 2021-10-21 15:13:33 +02:00
Mizux Seiha
a722c67e24 constraint_solver: Add CpIsFunCp samples 2021-10-20 17:33:41 +02:00
Mizux Seiha
d95720b890 python: Add vrp_nodes_indices 2021-09-21 12:27:04 +02:00
Laurent Perron
1941d1a5af update csproj and generator to use netcoreapp3.1 2021-09-21 09:55:14 +02:00
Laurent Perron
83007b4c00 bump version to 9.1; regenerate doc 2021-09-20 15:57:27 +02:00
Corentin Le Molgat
dcc66d7c73 routing: reduce time limit sample to 5 seconds 2021-09-17 15:54:24 +02:00
Mizux Seiha
c39aa46590 rework cvrptw_breaks_intvar.py
- remove TW constraints to futher reduce its size
- But force vehicle start time to better show what's happen
- rename it vrp_breaks_from_start.py
- sync code with vrp_breaks.py to make them consistents
2021-09-15 12:25:38 +02:00
Guillaume Vantroeyen
9ff67e012d Add routing example with driver breaks, based on route start time, for multiple vehicles 2021-09-15 12:25:38 +02:00
Corentin Le Molgat
67ba7cde6b Fix comments in .cs samples 2021-09-13 13:10:57 +02:00
Mizux Seiha
9f5fe4082e rework cvrptw.py 2021-09-09 10:18:11 +02:00
Mizux Seiha
d74e09c1f1 routing: Add vrp_time_windows_per_vehicles.py 2021-09-07 18:39:26 +02:00
Corentin Le Molgat
cfc12593b0 cleanup python 2021-09-03 15:29:13 +02:00
slowy07
2e0ec51049 fix: typo spelling grammar 2021-08-16 10:49:00 +02:00
Corentin Le Molgat
013bb65405 Fix dotnet samples 2021-07-26 12:47:10 +02:00
Mizux Seiha
6ae19c9b5b Bump version: 8.2 -> 9.0 2021-04-27 10:56:39 +02:00
Mizux Seiha
b6731923d9 Update vrp_node_max 2021-04-21 17:28:41 +02:00
Mizux Seiha
c165bc2a2a Fix vrp_node_max IntExpr to IntVar 2021-04-21 10:22:33 +02:00
Laurent Perron
51d361eb07 reindent 2021-04-16 14:54:53 +02:00
Mizux Seiha
fe2beb342e routing: Add objective to .Net sample 2021-04-15 14:39:22 +02:00
Mizux Seiha
eee7be20ae routing: Add objective to java sample 2021-04-15 14:34:08 +02:00
Mizux Seiha
fdd9c96511 Fix indent 2021-04-15 10:16:16 +02:00
Corentin Le Molgat
b7f009fa6d cleanup routing samples 2021-04-15 02:32:36 +02:00
Corentin Le Molgat
c374cfa908 Add shebanb to python routing sample 2021-04-15 02:32:36 +02:00
Corentin Le Molgat
90319c7ca4 clean routing sample BUILD 2021-04-15 02:32:36 +02:00
Corentin Le Molgat
9008bb620b Clean java routing sample 2021-04-15 02:32:35 +02:00
Mizux Seiha
ca4eae2bdc routing: cleanup samples 2021-04-09 15:41:17 +02:00
Mizux Seiha
19d71085aa routing: Add vrp_node_max.py sample 2021-04-09 15:15:11 +02:00
Mizux Seiha
04780a07d3 routing(python): Add ObjectiveValue in print 2021-04-08 17:44:58 +02:00