Commit Graph

830 Commits

Author SHA1 Message Date
Matthew Moore
c5067e1826 Fix library references for build & tests. Modified examples. 2018-06-29 11:01:38 +02:00
Laurent Perron
86fd74722b Merge branch 'master' of https://github.com/google/or-tools 2018-06-26 21:24:22 +02:00
Laurent Perron
c1ab121ff7 ITIVector -> gtl::ITIVector; experimental LNS code for SAT 2018-06-26 21:24:10 +02:00
Corentin Le Molgat
131c4e1135 Add NodeToIndex/IndexToNode in Java 2018-06-26 15:25:59 +02:00
Corentin Le Molgat
f00fe6eb49 Update Start/End time for vehicle 2018-06-26 15:20:13 +02:00
Corentin Le Molgat
e3af3d798a Add order duration 2018-06-26 15:20:13 +02:00
Corentin Le Molgat
9a97423d6c Use PATH_CHEAPEST_ARC as first strategy 2018-06-26 15:20:12 +02:00
Corentin Le Molgat
ac9ad39136 Add log when no solution found 2018-06-26 15:03:36 +02:00
Laurent Perron
72db1d9ef2 run pyformat on python examples 2018-06-11 11:51:18 +02:00
Laurent Perron
70e73d8754 clang-format 2018-06-08 16:40:43 +02:00
Laurent Perron
1ec337d9c0 fix weighted_tardiness_sat crash 2018-06-08 13:36:19 +02:00
Laurent Perron
85339803e8 work on sat scheduling doc; fix C# code to accept optional interval vars without optional start and end variables; update code_samples with new code from doc 2018-06-07 15:33:25 +02:00
Laurent Perron
bd060bc400 more code samples for sat 2018-06-06 15:28:23 +02:00
Laurent Perron
e129e2da77 fix examples 2018-06-06 14:32:29 +02:00
Laurent Perron
87636e392f fix typo 2018-06-05 16:47:08 +02:00
Laurent Perron
74456de74c simple cryptarithmetic examples for sat doc 2018-06-05 15:54:45 +02:00
Corentin Le Molgat
d6fd74b4c9 Fixing all remaining StrCat -> absl::StrCat 2018-06-02 03:13:30 +02:00
Corentin Le Molgat
7dda497960 Fix all remaining StrAppend -> absl::StrAppend 2018-06-02 03:05:07 +02:00
Laurent Perron
2a51c65e97 expand cp_model.py to offer more API on the solution callback; simplify flexible_jobshop_sat.py 2018-05-31 14:50:12 -07:00
Laurent Perron
1fac6dcd73 add licenses to examples 2018-05-31 10:54:36 -07:00
Laurent Perron
0b86e8e5f2 Merge branch 'master' of https://github.com/google/or-tools 2018-05-31 10:53:47 -07:00
Laurent Perron
333a004878 flexible jobshop examples in python CP-SAT 2018-05-31 10:52:07 -07:00
Corentin Le Molgat
9b55324fd2 Fix cvrptw.py (Fix #708) 2018-05-31 10:45:00 +02:00
Laurent Perron
d2ba2daa7d add scheduling sample in C# 2018-05-30 16:11:40 -07:00
Laurent Perron
0ce28e68b2 add scheduling sample in C# 2018-05-30 16:02:47 -07:00
Laurent Perron
2aea799b3a more boolean C# doc 2018-05-30 15:53:15 -07:00
Laurent Perron
773815c311 add C# code for boolean logic doc section 2018-05-30 15:36:34 -07:00
Laurent Perron
136719c7f3 polish sat doc 2018-05-30 15:13:15 -07:00
Laurent Perron
4cfa7e86a9 add more C# sat code samples + doc 2018-05-30 15:04:21 -07:00
Laurent Perron
18888be6b7 more C# samples in CP-SAT doc 2018-05-30 14:46:39 -07:00
Laurent Perron
e198505927 add C# samples to the SAT md doc 2018-05-30 14:31:59 -07:00
Laurent Perron
5eff2ed1bd polish sat doc and code samples 2018-05-30 11:29:09 -07:00
Laurent Perron
ca579c649f add code samples in C++ for sat 2018-05-30 10:03:49 -07:00
Laurent Perron
bd106059e5 support assembly scheduling in the jobshop_scheduling.proto and corresponding examples/cpp/jobshop_sat.cc 2018-05-22 13:13:52 +02:00
Laurent Perron
9402f58d1d change sat internal API; stop ignoring random seed in glop 2018-05-16 13:43:29 +02:00
Laurent Perron
cb1fc93b94 fix wedding_optimal_chart_sat.py 2018-05-15 14:04:53 +02:00
Laurent Perron
798fa68a73 remove bad character 2018-05-15 13:57:28 +02:00
lperron
6efa6fb88d Merge pull request #692 from turadg/patch-1
port wedding_optimal_chart.cs to Python
2018-05-15 13:56:17 +02:00
Laurent Perron
23c58a71db Merge branch 'master' of https://github.com/google/or-tools 2018-05-15 13:54:25 +02:00
Laurent Perron
6d104e2127 new example 2018-05-15 13:54:21 +02:00
Turadg Aleahmad
f655eb3e7e port wedding_optimal_chart.cs to Python 2018-05-14 21:56:49 -07:00
qq88976321
e95fee9a63 Fix variable misused. 2018-05-03 21:38:48 +08:00
Corentin Le Molgat
786bfce05f Update routing python examples
- add vrp.py
- add vrpgs.py
- add cvrp.py
- update cvrptw.py
2018-04-27 16:47:49 +02:00
Corentin Le Molgat
fe9ddb78c8 Rework cvrptw.py
Try to use plausible data (e.g. currently, vehicles move at 36,000km/h...)
2018-04-27 14:17:05 +02:00
acco32
cd9d65f9e2 create fsproj, use dotnet tools, add test library 2018-04-20 14:58:27 -07:00
Laurent Perron
55d906819f add jobshop scheduling proto + parser + sat solver 2018-04-18 13:37:29 +02:00
Laurent Perron
023bc19334 update C++ examples after changes in base library 2018-04-11 13:47:07 +02:00
Laurent Perron
8623fc3580 speed up sat cumulative; add namespaces to base library + fix code 2018-04-11 13:00:30 +02:00
Mizux
ae8f032d61 Merge pull request #612 from acco32/fsharp
Add nuget package for F#
2018-03-26 13:43:34 +02:00
Laurent Perron
8ac56302da small improvements to SAT presolve; fix sat_runner 2018-03-13 17:20:49 +01:00