Commit Graph

298 Commits

Author SHA1 Message Date
lperron@google.com
18cc7b4c6e reindent 2013-08-02 16:29:07 +00:00
lperron@google.com
f0add3a731 fixes on flexible_jobshop 2013-07-29 04:25:47 +00:00
lperron@google.com
4cc8c42a2f first implementation of flexible jobshop + dataset 2013-07-29 04:05:22 +00:00
lperron@google.com
7e488b6a16 fz bug 2013-07-22 18:22:15 +00:00
lperron@google.com
e8eea7b231 start working on fz bug 2013-07-22 16:23:10 +00:00
laurent.perron@gmail.com
d44008b302 first version of diffn constraint 2013-07-05 15:19:52 +00:00
lperron@google.com
f775471f8c add linear example to remote compilation test 2013-06-19 14:56:27 +00:00
lperron@google.com
87478b8382 fix remote compilation on windows 2013-06-19 09:58:35 +00:00
lperron@google.com
8951f94631 improve makefiles; fix examples/tests/remote 2013-06-19 09:54:37 +00:00
lperron@google.com
c2ab78125e huge sync with internal version 2013-06-11 14:51:51 +00:00
lperron@google.com
72e547c935 huge sync with internal version 2013-06-11 14:51:23 +00:00
lperron@google.com
19cf6c5148 fix c# link 2013-04-18 13:59:34 +00:00
lperron@google.com
6b5eb9e2fc allow linear_solver.Sum() to work without [] 2013-04-17 09:33:43 +00:00
lperron@google.com
36d87d01cf modulo API on python 2013-04-15 07:10:25 +00:00
lperron@google.com
798d3fc2c3 modulo API on python 2013-04-14 20:21:30 +00:00
lperron@google.com
4e4f69e6d4 issue22 2013-03-11 11:11:16 +00:00
lperron@google.com
e453c9e6fb one more test 2013-03-11 10:14:34 +00:00
lperron@google.com
f7c2d84877 member API in python 2013-03-10 20:13:49 +00:00
lperron@google.com
62025f3c1f fixed issue18 in C# 2013-01-15 13:31:41 +00:00
lperron@google.com
7f36ac6be5 sync with internal code, most notable change is the modification to the RoutingModel::AddDimension API that takes an additional boolean parameter 2013-01-10 17:01:34 +00:00
lperron@google.com
ab04b98b24 fix expected flow after change on max_flow 2013-01-09 13:43:37 +00:00
lperron@google.com
16541100da misc improvements on cpp11_test.cc 2012-11-13 16:06:51 +00:00
lperron@google.com
5c0de693cc improved cpp11 test 2012-11-13 06:55:55 +00:00
lperron@google.com
3241df4a89 fix 2012-11-13 01:25:09 +00:00
lperron@google.com
64d94e6316 small fixes + cpp11 compatibility test 2012-11-13 01:20:50 +00:00
lperron@google.com
f974226518 experimental support for gurobi; only tested on mac os X so far 2012-10-28 09:07:15 +00:00
lperron@google.com
7c7dd4d124 force variables to be inside the domain of the counted values 2012-09-19 14:06:47 +00:00
lperron@google.com
e60cc8f027 fix gcc_test 2012-09-19 14:03:45 +00:00
lperron@google.com
467d866901 towards a working version of the range based global cardinality constraint 2012-09-19 13:45:22 +00:00
laurent.perron@gmail.com
49215cd742 compilation fix on windows 2012-09-13 17:35:50 +00:00
lperron@google.com
2984300b7c frequency assignment problem 2012-09-13 16:25:28 +00:00
lperron@google.com
d404365e06 one more example 2012-09-07 19:32:03 +00:00
lperron@google.com
85e4fc1374 simple reverse example of assignment in free variables 2012-09-05 20:19:05 +00:00
lperron@google.com
9593879f84 corrected examples 2012-09-05 15:50:45 +00:00
lperron@google.com
bb29603649 fix 2012-09-04 07:26:22 +00:00
lperron@google.com
062e8cba72 one more presolve rule, helps on debruijn_mike_winter2 2012-09-03 19:39:43 +00:00
lperron@google.com
9d2a791457 expose helpers when reinforcing constraints, add README in flatzinc examples to recognize Hakan's contribution; clean up some factory code; recognize special case of distribute as all different 2012-09-03 19:14:18 +00:00
lperron@google.com
4cd23fbdfc commit plenty of fzn examples 2012-09-03 18:26:36 +00:00
lperron@google.com
63b9fcc4e9 global cardinality variations 2012-09-03 17:45:47 +00:00
lperron@google.com
0485846869 new examples 2012-09-03 14:58:24 +00:00
lperron@google.com
bd25bee356 improved python/java/.NET archives, available on all platforms, with license and readme file 2012-09-02 15:20:21 +00:00
lperron@google.com
63744c6d83 hide non working test 2012-08-27 15:58:44 +00:00
lperron@google.com
3b8acc086e new api with decision builder on solver::accept() 2012-08-27 14:10:15 +00:00
lperron@google.com
b02828f7aa hook up JC's table 2012-08-21 15:03:47 +00:00
lperron@google.com
27eeb7fa3a missing IO for varvaluewatcher, varboundwatcher, elementequal and indexor constraints 2012-08-17 23:20:02 +00:00
lperron@google.com
b481e43332 Implemented Accept on all constraints 2012-08-14 21:45:43 +00:00
lperron@google.com
a6cb36405c add heuristic period parameter for free flatzinc search; add failing example 2012-08-12 18:06:28 +00:00
lperron@google.com
d6ca48cab3 fix interesting bug, if you restart a search in the final proof phase of an optimization problem, you called optimizevar->ApplyBound() outside of the try/catch, and thus loop indefinitely 2012-08-12 10:53:38 +00:00
lperron@google.com
9d92dbeac2 example that shows the bug in nogoods 2012-08-08 23:01:13 +00:00
lperron@google.com
832983e18d fix debug display on default search 2012-08-07 00:12:37 +00:00