Commit Graph

1426 Commits

Author SHA1 Message Date
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
Mizux Seiha
df6a885600 Update notebook copyright 2021-04-01 20:20:43 +02:00
Mizux Seiha
823371161c Update notebooks 2021-04-01 20:20:42 +02:00
Mizux Seiha
55acb1c5ee Update integer_programming to get trace 2021-03-31 12:24:34 +02:00
Mizux
ef6e16c2e8 Update example/python/README.md 2021-03-26 16:12:14 +01:00
Mizux Seiha
8c86a97993 python: Fix integer_programming.py 2021-03-26 15:32:29 +01:00
Laurent Perron
6a562b0c29 introduce struct to hold flags in cpp init code; rename classes 2021-03-24 09:54:39 +01:00
Laurent Perron
78b814ddcb expand init API 2021-03-23 19:46:34 +01:00
Laurent Perron
bcfb3bee74 add Init to python example 2021-03-23 19:26:56 +01:00
Laurent Perron
4a885ef93a fix #2454 2021-03-22 16:23:22 +01:00
Laurent Perron
b93f3f4a2b fix #2454 2021-03-22 16:21:49 +01:00
Laurent Perron
968113be63 polish java/python/.net log from CP-SAT 2021-03-12 13:27:14 +01:00
Laurent Perron
4d1b9d227f capture CP-SAT log in python/java/.NET; visual tweak of the log; tweak the logging facilities for CP-SAT 2021-03-11 21:07:17 +01:00
Laurent Perron
9de99d789e improve logging facilities, use it in the CP-SAT solver 2021-03-10 11:40:28 +01:00
Hugues Evrard
08abcea750 Avoid leaking the MPSolver object in some samples
In samples using MPSolver::CreateSolver(), track the resulting solver
with a std::unique_ptr to avoid leaking it.

Fix #2411
2021-02-25 08:58:41 +01:00
Corentin Le Molgat
aa4ae0754b indent update 2021-02-19 13:25:10 +01:00
Corentin Le Molgat
27e4fdb01d python: routing cleanup 2021-02-19 10:30:21 +01:00
Mizux Seiha
bf0807e1aa python: Update routing tests 2021-02-18 17:39:19 +01:00
Mizux Seiha
2f88488cf6 dotnet: Fix RoutingModel::add[Matrix|Vector]Dimension() 2021-02-16 17:28:13 +01:00
Mizux Seiha
6747f7dfb3 java: Fix RoutingModel::add[Matrix|Vector]Dimension() 2021-02-16 16:05:20 +01:00
Mizux Seiha
9fa90eb8c1 python: Fix routing tests 2021-02-16 15:29:53 +01:00
Mizux Seiha
3f5cc06897 python: Rework routing tests 2021-02-16 13:43:52 +01:00
Mizux Seiha
704c093bf3 python: update cp_model_test 2021-02-16 13:41:51 +01:00
Laurent Perron
ab810ee300 fix #2396 2021-02-15 16:04:27 +01:00
Laurent Perron
5359e31e46 add test from #2385 2021-02-08 18:20:50 +01:00
Mizux Seiha
817914d94a Bump version 8.1 -> 8.2 2021-01-26 11:34:47 +01:00
Mizux Seiha
6b32f884c1 Sync notebook 2021-01-26 11:12:05 +01:00
Owen Lacey
bcb3886be0 Add example for fixed penalty lateness for a vrptw 2021-01-26 10:54:48 +01:00
Laurent Perron
dbec1ec79f revert parallel search on balance group examples 2021-01-20 14:55:59 +01:00
Mizux Seiha
93adfb62ac dotnet: Fix BalanceGroupSat.cs 2021-01-19 17:42:00 +01:00
Laurent Perron
1b3ee00001 speed up example 2021-01-19 15:05:41 +01:00
Mizux
252564060e Update flexible_job_shop_sat.py 2021-01-15 15:54:31 +01:00
Mizux
4ebb5a1184 Update flexible_job_shop_sat.py 2021-01-15 15:51:53 +01:00
Laurent Perron
61a2837782 update sat_runner 2021-01-15 09:47:18 +01:00