Commit Graph

1240 Commits

Author SHA1 Message Date
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
Laurent Perron
ae295d18fc add more python cp-sat tests 2019-06-20 14:41:12 +02:00
Laurent Perron
1a2f3ef98e fix doc #1354 2019-06-19 13:29:14 +02:00
Laurent Perron
277792fa64 different model for the bus allocation, work in progress 2019-06-14 23:01:58 +02:00
Laurent Perron
f6b68e92dd fix 2019-06-14 11:06:16 +02:00
Laurent Perron
c898417a57 add medium and large data set to bus scheduling 2019-06-14 10:58:03 +02:00
Laurent Perron
bc2c45db33 polish cp-sat python doc 2019-06-06 07:56:37 +02:00
Laurent Perron
f52e878633 rewrite the arc flow cutting stock example 2019-06-05 13:31:43 +02:00
Laurent Perron
a31bbd5577 Speed up linear expression scanning for large arrays in CP-SAT C# 2019-06-01 23:49:57 +02:00
Laurent Perron
9e5a83ae05 add arc_flow version of cutting stock problem with different capacities 2019-05-31 21:42:45 +02:00
Laurent Perron
c0cef73c1f fix 2019-05-29 09:27:11 +02:00
Laurent Perron
c8a556258f add global constraint on incoming/outgoing literals 2019-05-29 09:18:30 +02:00
Laurent Perron
0c3be9a6d5 replace circuit on a dag (useless) by flow equations 2019-05-29 09:00:23 +02:00
Laurent Perron
fe22bf057a minor polish of examples 2019-05-28 15:28:01 +02:00
Laurent Perron
78f458fd99 add redundant constraint 2019-05-28 00:04:21 +02:00
Laurent Perron
d2723c9f97 polish bus driver scheduling example 2019-05-27 23:56:04 +02:00
Laurent Perron
a3ce68b41d fix comment; add a bit more propagation 2019-05-27 17:48:41 +02:00
Laurent Perron
49365c4f4b fix 2019-05-27 16:26:57 +02:00
Laurent Perron
2ee67f50d1 fix 2019-05-27 16:25:42 +02:00
Laurent Perron
8a48695ac8 fix 2019-05-27 16:15:18 +02:00
Laurent Perron
824acfcd1a bus driver scheduling example 2019-05-27 15:53:00 +02:00
Corentin Le Molgat
39fb384686 Fixup test_cp_api.py 2019-05-17 14:46:21 +02:00
Corentin Le Molgat
3c60fc290a Rework test_cp_api.py 2019-05-17 14:41:43 +02:00
Laurent Perron
67d9f2a1ca add from future... 2019-05-17 14:19:37 +02:00
Laurent Perron
21f91816dd use unittest in cp and lp tests 2019-05-17 14:02:20 +02:00
Laurent Perron
8572f97c28 reindent cp_model.py; fix Domain swig; rename test 2019-05-17 10:27:41 +02:00
Laurent Perron
078b809010 export more methods on the Domain class in non C++ languages; add test for python; use unittest in python tests; add deprecation tag for some C# CP-SAT methods 2019-05-16 23:37:43 +02:00
Laurent Perron
2dbdfdcc30 add time limit to ShiftSchedulingSat.cs example 2019-05-16 15:27:07 +02:00
Laurent Perron
ae4cb47fd9 patch example 2019-05-16 13:33:46 +02:00