Commit Graph

16 Commits

Author SHA1 Message Date
Corentin Le Molgat
c7120439d4 Bump license date 2022-06-17 14:23:23 +02:00
Mizux Seiha
eee7be20ae routing: Add objective to java sample 2021-04-15 14:34:08 +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
Mizux Seiha
c6420ba8e6 make(java): Migrate samples to maven (#202)
- Factorise makefile code using advanced make function
- Use the Loader in samples
2020-09-13 00:15:03 +02:00
Mizux Seiha
4851d98577 routing: Update drop nodes samples 2020-08-18 22:11:13 +02:00
Corentin Le Molgat
a62f22df9c Backport samples from g3 to gh 2020-05-26 13:51:51 +02:00
Laurent Perron
814935dab7 large routing update; rewrite PDP options; Fix examples of LS API after API change; minor sync on the rest of or-tools 2019-03-15 17:17:02 +01:00
Corentin Le Molgat
fb80249158 Sync g3 -> github 2019-03-04 11:27:22 +01:00
Corentin Le Molgat
fc1a12e85a Export g3 to github 2019-02-18 15:44:06 +01:00
Corentin Le Molgat
49790d3f59 Java Routing sample, remove unneeded import(s) 2019-02-05 18:19:55 +01:00
Corentin Le Molgat
483dacbc28 Java: Routing [Unary]Transit callback use @FunctionalInterface
- fix the java WeakGlobalRef leak...
- Now samples use lambda when possible for transit callback
  - keep class in Tsp.java to see how it works
2019-02-05 12:05:57 +01:00
Corentin Le Molgat
acf34ee59b Update samples 2019-01-11 16:49:33 +01:00
Corentin Le Molgat
9271923b7b Routing Samples cleanup 2019-01-11 13:23:09 +01:00
Corentin Le Molgat
46ebed52a2 Update java routing samples 2019-01-10 10:53:01 +01:00
Corentin Le Molgat
f018cb9e2a Fixup VrpDropNodes.java 2019-01-09 17:27:43 +01:00
Corentin Le Molgat
38c03c4df6 Add Java samples 2019-01-09 11:30:30 +01:00