731 Commits

Author SHA1 Message Date
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
Corentin Le Molgat
d68f5b4ccf Update routing internal doc 2021-04-15 02:32:35 +02:00
Laurent Perron
53601a6e5a remove unneeded include 2021-04-13 12:14:09 +02:00
Laurent Perron
676a4cee20 fix includes 2021-04-13 12:00:13 +02:00
Laurent Perron
ab37f43aa8 mostly reindent 2021-04-11 11:29:32 +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
Mizux Seiha
6390355767 routing: Fix VrpTimeWindows.cs comments 2021-04-07 10:09:43 +02:00
Mizux Seiha
912d36bd78 fix minimal_jobshop_cp.cc 2021-04-06 17:29:27 +02:00
Mizux Seiha
435a75cfd5 bazel: Fix rabbits and pheasants test 2021-04-06 15:50:52 +02:00
Mizux Seiha
bafe9ff07b bazel: Fix build 2021-04-06 15:34:27 +02:00
Mizux Seiha
9e901a7b24 cmake: Remove absl::container dep (removed) 2021-04-06 14:33:10 +02:00
Mizux Seiha
8bb54b04ef Bump Copyright to 2021
FYI:
find ortools \( -type d -name .git -prune \) -o -type f -print0 | xargs -0 sed -i 's/\(Copyright 2010\)-2018/\1-2021/g'
2021-04-01 21:00:53 +02:00
Corentin Le Molgat
a40143cdd2 cpp: Migrate int64 to int64_t 2021-04-01 20:20:43 +02:00
Mizux Seiha
04461ea97e java: Add VrpBreaks.java sample 2021-03-26 13:38:29 +01:00
Mizux Seiha
6b5df49445 dotnet: Add VrpBreaks.cs sample 2021-03-26 13:38:29 +01:00
Mizux Seiha
476dcf7603 update vrp_breaks.cc
replace auto by their true types
2021-03-26 13:38:29 +01:00
Mizux Seiha
bcf685f824 vrp_global_span update 2021-03-25 18:12:55 +01:00
Mizux Seiha
e5c9dfb94a add vrp_breaks.cc 2021-03-25 18:12:55 +01:00
Mizux Seiha
9b6fda37ca add vrp_breaks.py 2021-03-25 18:12:54 +01:00
Mizux Seiha
407db58d5b vrp_global_span.py fix shebang 2021-03-25 18:12:54 +01:00
Mizux Seiha
6babe4d19a vrp_time_windows fix shebang 2021-03-25 18:12:54 +01:00
Mizux Seiha
026e7e1d60 cvrptw_break.py fix shebang 2021-03-25 18:12:54 +01:00
Robin
8411ad4689 Fixed typos 2021-03-24 08:47:11 +01:00
Robin
5438308879 improved cvrp_reload.py module documentation
- fixed issue with wrong indices being passed to disjunction
2021-03-24 08:46:54 +01:00
Corentin Le Molgat
a93387781b Update cvrptw_break 2021-03-21 01:20:46 +01:00
James E. Marca
3e40b17f55 fix the bug in cvrptw_break.py
core bug is passing the dict rather than a list to the
SetBreakIntervalsOfVehicle API call.

Also fixed the ad hoc approach to setting the node_visit_transit
values that relied on knowledge of the ORTools internal
implementation.  Instead, use the IndexToNode call.

Example now works for more than one vehicle.
2021-03-12 18:44:22 +01:00
Laurent Perron
f0584f1c12 start porting int64 by int64_t 2021-03-01 11:45:21 +01:00
Corentin Le Molgat
63df4a72e9 python: Rework vector.i 2021-02-23 16:16:51 +01:00
Corentin Le Molgat
909004aa84 Export from Google 2021-02-22 15:06:21 +01:00
Mizux Seiha
660ead60bd routing: capture by move 2021-02-19 22:21:57 +01:00
Mizux Seiha
f1d65afd44 java: Add support for vector<vector<CType>> 2021-02-19 16:02:52 +01:00
Mizux Seiha
d874be2562 dotnet: Add support for vector<vector<CType>> 2021-02-19 16:02:51 +01:00
Mizux Seiha
d1b86cb16f python: Add support for vector<vector<primitive>> input 2021-02-19 16:02:51 +01:00
Corentin Le Molgat
241d79d698 routing: Export from Google to GitHub 2021-02-19 10:34:31 +01:00
Corentin Le Molgat
27e4fdb01d python: routing cleanup 2021-02-19 10:30:21 +01:00
Mizux Seiha
48303577e8 java: cleanup routing index manager 2021-02-18 17:46:23 +01:00
Mizux Seiha
676827bf70 dotnet: cleanup routing index manager 2021-02-18 17:46:13 +01:00
Mizux Seiha
bf0807e1aa python: Update routing tests 2021-02-18 17:39:19 +01:00
Mizux Seiha
2f88488cf6 dotnet: Fix RoutingModel::add[Matrix|Vector]Dimension() 2021-02-16 17:28:13 +01:00
Mizux Seiha
6747f7dfb3 java: Fix RoutingModel::add[Matrix|Vector]Dimension() 2021-02-16 16:05:20 +01:00