Commit Graph

845 Commits

Author SHA1 Message Date
Laurent Perron
0152168fb7 add C# sat code samples in ortools/sat/samples; remove old code_samples_sat.* files 2018-07-17 14:00:18 -07:00
Corentin Le Molgat
ca1c7917c7 dotnet: fixup indentation in tsp.cs 2018-07-17 17:11:41 +02:00
Corentin Le Molgat
d5d4b48657 dotnet: add examples to test_dotnet 2018-07-17 15:03:10 +02:00
Corentin Le Molgat
bd93c64233 java: Fix unicode character in example
- crash on ubuntu-18.04 and centos-7 otherwise
2018-07-13 08:55:41 +02:00
Corentin Le Molgat
9536db9a98 cc: Fix examples/tests/*.cc
- Add them to test_cc
  except issue173.cc which takes few dozen of seconds
2018-07-13 08:55:40 +02:00
Corentin Le Molgat
898e7bc055 dotnet: .Net example update 2018-07-10 14:38:49 +02:00
Corentin Le Molgat
13a566bed4 Move java examples 2018-07-10 11:16:20 +02:00
Mizux
10b3d5471c Merge pull request #741 from acco32/dotnet-examples
Add examples for C#
2018-07-10 11:12:12 +02:00
acco32
87cc1c6d21 fix typo 2018-07-06 12:31:30 -07:00
acco32
6ab609f17b organize examples 2018-07-05 17:51:49 -07:00
Laurent Perron
8e7db4fbda use std::atomic<bool> in external boolean for time limit 2018-07-04 13:31:00 +02:00
acco32
0a822b6617 Add examples for C# 2018-07-03 22:21:35 -07:00
Corentin Le Molgat
97832ba68e Update python routing examples 2018-07-03 09:57:41 +02:00
Corentin Le Molgat
8ec5d13e67 Add .pylintrc in example/python 2018-07-03 09:57:41 +02:00
Laurent Perron
bd04f656b3 rename MODEL_SAT to FEASIBLE, MODEL_UNSAT to INFEASIBLE 2018-07-02 15:35:40 +02:00
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