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 |
|
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 |
|