Commit Graph

106 Commits

Author SHA1 Message Date
lperron@google.com
ba5c34e0c4 incomplete support for CPLEX, works only on mac currently 2014-10-15 21:31:03 +00:00
lperron@google.com
bcf44076d8 remove support for // LNS, it has not been used in 4 years 2014-07-24 23:42:05 +00:00
lperron@google.com
e6dfe1bd74 more code cleaning 2014-07-24 23:32:59 +00:00
lperron@google.com
465666aad7 big sync: add presolve to sat solver; continue rewrite on C#/Python swig layer; remove as much using std::string as possible in the code; faster saturated arithmetics 2014-07-24 18:12:50 +00:00
lperron@google.com
77cec8c4f7 added code for issue46 + port issue5 2014-07-21 21:10:20 +00:00
lperron@google.com
ab65dda82d added code for issue46 + port issue5 2014-07-21 20:40:56 +00:00
lperron@google.com
a59487918c improve java data wrapping 2014-07-15 06:14:36 +00:00
lperron@google.com
0312cd8bb7 reindent testcp.cs 2014-07-14 07:09:35 +00:00
lperron@google.com
1902342caa reindent 2014-07-13 10:27:40 +00:00
lperron@google.com
87fa1b147e domain and hole iterators are now IEnumerables in C# + tests 2014-07-12 22:52:31 +00:00
lperron@google.com
b14c175268 Test demons and constraints in c#; just missing domain and hole iterators 2014-07-12 09:48:45 +00:00
lperron@google.com
1a4efa2e54 add empty line after licence part, in glop, implement portable floating point exceptions 2014-07-09 15:18:27 +00:00
lperron@google.com
044b7c0f10 rewrite C# layer 2014-07-09 12:21:55 +00:00
lperron@google.com
4de8aa77ab python rewrite 2014-07-09 11:17:29 +00:00
lperron@google.com
25ab58ca25 one more python cp test 2014-06-17 09:46:20 +00:00
lperron@google.com
dc101db523 add domain and hole interators as generators in cp python 2014-06-13 13:26:09 +00:00
lperron@google.com
977a115f02 fix python test 2014-06-13 07:27:24 +00:00
lperron@google.com
b3c56a368f reindent all python code 2014-05-22 20:13:16 +00:00
lperron@google.com
87e0940b36 fix 2014-05-22 20:09:36 +00:00
lperron@google.com
308c778e18 move code 2014-05-22 19:05:17 +00:00
lperron@google.com
f14c0361c6 support failure in constraints propagation and demon executions 2014-05-22 17:37:21 +00:00
lperron@google.com
3c7b0ab7d3 first steps towards having constraints and demons in python using directors 2014-05-22 15:14:32 +00:00
lperron@google.com
410095fcb1 python directors + test 2014-05-22 13:32:14 +00:00
lperron@google.com
733a35e3d9 add c# test 2014-04-06 11:01:32 +00:00
lperron@google.com
766893b47c fix remove examples 2014-04-04 19:37:22 +00:00
lperron@google.com
1adfb3db7e fix proto as input in python 2014-02-19 18:53:31 +00:00
lperron@google.com
667d6b0087 dual loading example in python 2014-01-27 04:57:00 +00:00
laurent.perron@gmail.com
2c411d5c78 support for protobuf input/output args in python, use it for search limits and model proto in CP 2014-01-01 13:58:07 +00:00
laurent.perron@gmail.com
05fe4c3969 port python test examples to python3 2013-12-29 14:17:53 +00:00
laurent.perron@gmail.com
d8590b2dc2 port python test examples to python3 2013-12-29 14:04:35 +00:00
lperron@google.com
ca94ca67b4 more reindent 2013-11-06 14:32:24 +00:00
lperron@google.com
f6eca03210 reindent 2013-11-05 14:02:27 +00:00
lperron@google.com
b2447b0cc5 add crashing example for issue33 2013-11-05 12:34:02 +00:00
lperron@google.com
0918255bdf fix dependencies in make third_party on unix; bump tinyThread to 1.1 2013-11-01 11:35:45 +00:00
lperron@google.com
5700126591 added setup dependent transition times on the disjunctive class; renamed files with - in their names to _; plenty of changes in the base library and modifications in the rest of the code accomodate them; dropped support for vs 2010 by using the brand new c++11 iterators (for (int i : vector_of_ints) {}). This is so neat; removed SetCommandLines on the routing model. I added a temporary API with parameters. This API is not final and will change to its final version soon 2013-10-10 15:23:20 +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
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
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
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