Commit Graph

1459 Commits

Author SHA1 Message Date
Mizux Seiha
b04b47abfe java: Update examples/tests 2021-09-10 16:25:35 +02:00
Laurent Perron
6538e2f440 fix java test 2021-09-10 16:21:22 +02:00
Corentin Le Molgat
609f4cce2d java: Fix LinearSolverTest 2021-09-06 16:01:31 +02:00
Corentin Le Molgat
288c3709a7 python: fix pywraprouting_test.py 2021-09-06 13:07:17 +02:00
Corentin Le Molgat
96ead8f216 java: sync tests with Google 2021-09-03 18:21:29 +02:00
Corentin Le Molgat
cfc12593b0 cleanup python 2021-09-03 15:29:13 +02:00
Corentin Le Molgat
e5a5b8e18f java(sat): Fix log handler when having NumSearchWorkers > 1 2021-08-30 11:42:08 +02:00
Corentin Le Molgat
28804fd612 java: Quick fix SatSolverTest by using one worker
Need further investigation...
2021-08-27 18:20:08 +02:00
Laurent Perron
5ca9c4329a adds maze escape in sat python 2021-08-27 13:56:52 +02:00
Laurent Perron
bb31174265 fix display 2021-08-27 13:56:37 +02:00
Corentin Le Molgat
a59f0a2031 fix indent in examples/tests/*.cs 2021-08-23 14:47:48 +02:00
Corentin Le Molgat
e5deec180c Fix indent 2021-08-23 14:46:12 +02:00
Corentin Le Molgat
052041e244 Fix format in examples/dotnet 2021-08-23 13:59:18 +02:00
Corentin Le Molgat
4eb338fc57 Fix format in examples/cpp/README.md 2021-08-23 13:24:19 +02:00
slowy07
2e0ec51049 fix: typo spelling grammar 2021-08-16 10:49:00 +02:00
Corentin Le Molgat
7cf490ce7b cmake: fix configure 2021-08-09 11:25:29 +02:00
Corentin Le Molgat
7fa242db26 bazel: remove examples/cpp/stigler_diet 2021-08-09 11:21:08 +02:00
Mizux Seiha
4b6a9b47c8 Port Stigler Diet to all languages supported 2021-08-05 17:25:03 +02:00
Mizux Seiha
cacbbd6c11 Rename stigler.py to stigler_contrib.py 2021-08-04 15:17:41 +02:00
Corentin Le Molgat
013bb65405 Fix dotnet samples 2021-07-26 12:47:10 +02:00
Laurent Perron
0896548a8e improve jobshop_sat: fix bug in transitions; remove search heuristics as default is better 2021-07-15 15:36:11 +02:00
Laurent Perron
700847b3ff fix #2656 2021-07-13 13:47:57 +02:00
Laurent Perron
072938b720 rewrite rcpsp_sat example 2021-06-29 17:20:38 +02:00
Mizux Seiha
1cafe73acf techtalk_scheduling: Avoid crash running solve only one time. 2021-05-25 14:15:00 +02:00
Mizux Seiha
a7d511bf77 dotnet: Fix indent 2021-05-25 14:13:52 +02:00
Mizux Seiha
bd379bd882 Fix techtalk_scheduling.cs compilation 2021-05-22 00:59:44 +02:00
Corentin Le Molgat
78a09d38de dotnet: Sync ShiftSchedulingSat with the Python one 2021-05-21 18:11:02 +02:00
Corentin Le Molgat
e44579c859 Reapply fixes lost in shift_scheduling_sat.py
related to #2396
2021-05-21 18:01:16 +02:00
Corentin Le Molgat
8b8b32c7e7 Sync .Net examples 2021-05-21 09:22:41 +02:00
Corentin Le Molgat
48d9111ce5 Clean few examples 2021-05-20 17:56:00 +02:00
Corentin Le Molgat
dc803630d3 Update .Net examples 2021-05-20 17:54:57 +02:00
stuarthillary
78e463249a Align C# ShiftSchedulingSat example to Python version
Changes in changesets 4ececbe and ab810ee were not applied to C# version
2021-05-18 13:46:34 +01:00
Laurent Perron
56627a317d speedup .NET example 2021-05-03 12:20:46 +02:00
Laurent Perron
efd16c78da [CP-SAT] deprecate SearchAllSolutions and SolveWithSolutionCallback 2021-05-03 12:11:39 +02:00
Laurent Perron
b31d1d2ce6 fix #2508 2021-04-30 10:40:01 +02:00
Mizux Seiha
6ae19c9b5b Bump version: 8.2 -> 9.0 2021-04-27 10:56:39 +02:00
Mizux Seiha
d1a771677b regenerate all notebooks 2021-04-27 10:56:39 +02:00
Laurent Perron
47520a3fb6 polish examples 2021-04-26 11:06:34 +02:00
Laurent Perron
29791a179f reindent, add #include <cstding> 2021-04-23 14:55:51 +02:00
Laurent Perron
856e3502a8 fix example 2021-04-23 14:55:27 +02:00
Laurent Perron
9081d19b23 fix 2021-04-14 14:50:12 +02:00
Laurent Perron
17cbbd493f Merge branch 'master' of github.com:google/or-tools 2021-04-14 14:46:48 +02:00
Laurent Perron
813a92f313 much more pedantic checks in python CP-SAT 2021-04-14 14:34:16 +02:00
Laurent Perron
b60419ff33 print a warning when querying x == 0, or min(x, y) in cp_sat python 2021-04-13 19:19:53 +02:00
Laurent Perron
ee6f7db8b9 improve rcpsp_sat model; fix python indent/comments 2021-04-13 11:59:41 +02:00
Mizux Seiha
dd800999d1 Replace int64 to int64_t in example 2021-04-06 11:34:34 +02:00
Mizux Seiha
e9704f55df examples: [u]int32 -> [u]int32_t
note: sed -i 's/\b\([u]\?int32\)\b/\1_t/g' *.h *.cc
2021-04-05 17:27:21 +02:00
Corentin Le Molgat
baf02eca7e update examples 2021-04-02 16:05:40 +02:00
Corentin Le Molgat
fb519c51d1 Sync google <=> github 2021-04-02 10:13:40 +02:00
Mizux Seiha
c0f6978f3b Update copyright 2021-04-02 10:08:51 +02:00