Muhammad Musa
e3f500947b
Register dimension callback as unary ( #2020 )
...
cvrptw_plot.py: Demand callback should use RegisterUnaryTransitCallback().
2020-05-15 11:37:44 +02:00
Laurent Perron
2e2993ab96
fix examples and makefiles
2020-05-06 18:35:18 +02:00
Muhammad Musa
e9c76490a4
Update cvrptw_ployt.py
...
Fix np.size(capacity) check in Vehicle class constructor to compare it with self.number (not itself)
2020-05-02 18:45:08 +02:00
Mizux Seiha
c3a1336237
version: Bump version to 7.7
2020-04-28 12:46:56 +02:00
Corentin Le Molgat
5ff76b487a
Update notebook
2020-04-23 15:42:13 +02:00
Laurent Perron
e92e466ed0
fix windows compilation, add CP-SAT backend
2020-03-31 05:21:30 -07:00
Laurent Perron
dd0849af6f
Merge pull request #1938 from daespino/stable
...
Add uncapacitated facility location example
2020-03-26 20:40:25 +01:00
Daniel Espinoza
39e525fb24
Add uncapacitated facility location example
2020-03-26 15:18:46 -04:00
Corentin Le Molgat
22356ff523
Sync g3 -> gh part_2
2020-03-09 18:34:21 +01:00
Corentin Le Molgat
b587d27a4a
Sync g3 -> gh
2020-03-09 14:09:26 +01:00
Corentin Le Molgat
27121a1068
Update examples/notebook
...
generated using ./tools/gen_all_notebook.sh
2020-03-04 14:34:33 +01:00
Corentin Le Molgat
49eeeb073c
Fix LinearSolverTests.cs
2020-02-17 13:37:48 +01:00
Corentin Le Molgat
08c23c8bec
Fix fsdiet.fs example
2020-02-17 12:32:20 +01:00
Corentin Le Molgat
9ad19233cc
dotnet: Bump all csproj 7.4 -> 7.5
2020-01-27 09:38:53 +01:00
Laurent Perron
6d61ac1cb0
query the domain from an IntVar in Python/Java/C# + tests; small speedup of sat reversible data structures
2020-01-24 12:20:08 -08:00
Corentin Le Molgat
bc904f83bd
Add subTest to ex/tests/lp_test.py
...
see: https://docs.python.org/3.8/library/unittest.html#distinguishing-test-iterations-using-subtests
2020-01-23 16:48:29 +01:00
Marcelo
5cdde8db2c
changed deprecated method ramdon_integer for randint
...
Forward port of #1425
2020-01-16 13:49:49 +01:00
Akarsh Jain
72731ca8db
Typo fixes
...
edit: backport of PR #1688 to master
2020-01-16 11:41:09 +01:00
Mizux Seiha
90c54ef30e
Update .csproj of all samples
...
Allow to rollforward
2020-01-09 18:22:18 +01:00
Nikos Koutsovasilis
be4f992ab9
Typo fixes on cvrptw python example
2020-01-02 19:01:46 +01:00
Laurent Perron
ce116160aa
fix
2019-11-22 17:46:22 +01:00
Laurent Perron
63ee76e981
partial fix of the random generator
2019-11-22 16:31:26 +01:00
Laurent Perron
60908cf671
sync examples
2019-11-22 15:17:10 +01:00
Laurent Perron
fa406f3ae4
remove empty line
2019-11-15 14:20:10 -08:00
Laurent Perron
dc40d05a5b
fix double test
2019-11-14 14:57:03 -08:00
Laurent Perron
6a14013250
fix
2019-09-07 16:37:27 +02:00
Laurent Perron
8ffe6e6649
bump versions in .csproj
2019-09-07 16:20:27 +02:00
James E. Marca
c9de3d8bbb
Translate sports_scheduling_sat.cc to python
...
More or less a straight translation of the C++ to python. Originally
developed in response to a question on the OR Tools forums, so there
are more options than the C++. For a complete list of options, pass
the "-h" on the command line.
2019-09-06 16:59:11 -07:00
Laurent Perron
72ae26505e
fix
2019-08-06 16:43:18 -07:00
Laurent Perron
24e21cb7cf
update examples
2019-08-06 15:57:08 -07:00
Laurent Perron
26d5fc7cb9
update routing/local search internal API
2019-08-06 15:54:57 -07:00
Manuel Ruiz
f50fc893a8
xpress integration in or-tools
2019-08-06 18:21:29 +02:00
Laurent Perron
5f9a56b8aa
7.2 -> 7.3
2019-08-05 09:39:01 -07:00
Laurent Perron
798b280d1f
fix epsilon in test
2019-07-30 17:19:24 -07:00
Laurent Perron
373f84ba5f
remove support for C# fz
2019-07-19 11:37:37 -07:00
Laurent Perron
663f9c00de
Init logging
2019-07-09 20:15:31 -07:00
stuarthillary
ef62cc577d
Further fix to ShiftSchedulingSat.cs
2019-07-04 17:11:49 +01:00
Laurent Perron
30c59bebf2
Merge pull request #1403 from stuarthillary/master
...
Fixes to ShiftSchedulingSat.cs example in the same way as Python fixes
2019-07-04 15:34:40 +02:00
stuarthillary
b8b7a5b196
Fix ShiftSchedulingSat.cs example in same way as Python fixes
2019-07-04 13:29:41 +01:00
Laurent Perron
8a0ba73240
fix
2019-07-04 13:13:19 +02:00
Laurent Perron
4a0e9b1860
fix
2019-07-04 11:43:51 +02:00
Laurent Perron
0dded8f12b
fix example #1399
2019-07-04 11:10:47 +02:00
Laurent Perron
d4c088a367
test linear solver constraints(), variables(), and SetHint in Python/Java/C#
2019-07-01 13:41:17 +02:00
Laurent Perron
0c9b6d44d9
update csproj
2019-06-30 11:06:28 +02:00
Laurent Perron
fd885c7aef
add test for version
2019-06-29 18:03:53 +02:00
Laurent Perron
63cb7b3945
fix #1303
2019-06-29 17:40:48 +02:00
Laurent Perron
92891ceb01
implement #506
2019-06-29 17:20:42 +02:00
Laurent Perron
8d492a7dfc
fix and test SetHint for linear_solver/Python
2019-06-29 15:54:26 +02:00
Laurent Perron
7115cf570f
reorganize SIGINT catching
2019-06-27 17:28:56 +02:00
Laurent Perron
62e976958d
add test for #1361
2019-06-24 15:17:00 +02:00