Commit Graph

1612 Commits

Author SHA1 Message Date
Corentin Le Molgat
a340d87b04 java: Add Vrp.java example 2018-08-27 11:59:55 +02:00
Yasser A
e6d57a5966 divide the total z by 100 to match fruits final results 2018-08-24 12:57:41 +02:00
Laurent Perron
57bf90745d chemical balance problem solved by SAT and LP 2018-08-20 09:09:08 +02:00
Laurent Perron
98f243b438 Merge branch 'master' of https://github.com/google/or-tools 2018-08-16 07:33:33 -07:00
Laurent Perron
f0a4199000 fix HIGHEST_MAX 2018-08-16 07:33:10 -07:00
Corentin Le Molgat
242a7714af Cleanup example/dotnet/csharp/a_puzzle.cs 2018-08-16 15:59:11 +02:00
Laurent Perron
210bdbfa52 improve balance group example 2018-08-07 15:17:23 -07:00
Laurent Perron
c2671d51d8 improve balance group example 2018-08-07 15:16:08 -07:00
Dan Marinescu
a28b2b2b1a fixed typo in python example 2018-08-03 11:14:21 +02:00
Laurent Perron
8da7b96468 fix 1 notebook, adds 4 new ones 2018-08-02 12:08:05 -07:00
Kevin Mader
c4c53ba33f Update jobshop_ft06_sat.ipynb
changing styling and organization of sat notebook
2018-08-02 19:39:02 +02:00
Kevin Mader
314b4deb90 Update code_samples_sat.ipynb
fixing MODEL_SAT issue https://github.com/google/or-tools/issues/779 and cleaning up notebook
2018-08-02 18:46:02 +02:00
Laurent Perron
24fe402a89 fix cplex support 2018-07-31 10:31:56 -07:00
Jimmy Casey
38fdfc193d Fixed Spelling. 2018-07-29 18:49:38 +00:00
Laurent Perron
84400a72ed tweak balanced group example such that the optimal is not 0 2018-07-24 09:33:05 -07:00
Laurent Perron
f73841ef38 balanced group example 2018-07-23 15:29:39 -07:00
Laurent Perron
2358af7f4c balanced groups 2018-07-23 14:59:25 -07:00
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