Commit Graph

341 Commits

Author SHA1 Message Date
lperron@google.com
96df1d4c97 sync with internal version; major work on sat solver (symmetries, speedups); speed up on routing library 2014-03-12 17:30:11 +00:00
lperron@google.com
1adfb3db7e fix proto as input in python 2014-02-19 18:53:31 +00:00
lperron@google.com
656cdb8a5e schedule creation and selection in python; bug fix in python wrapper 2014-01-29 15:31:26 +00:00
lperron@google.com
b23db62c3a schedule creation and selection in python; bug fix in python wrapper 2014-01-29 15:21:07 +00:00
lperron@google.com
7b802c0015 add core computation to sat solver; add vehicle dependent dimensions in routing 2014-01-27 15:05:30 +00:00
lperron@google.com
667d6b0087 dual loading example in python 2014-01-27 04:57:00 +00:00
lperron@google.com
da7dc5e070 remove MPSolver::*Objective* setters, getters, use setters/getters on objective 2014-01-17 19:04:26 +00:00
lperron@google.com
5a8d7a15ea unique java library 2014-01-16 01:23:35 +00:00
lperron@google.com
96330f94d7 special version of slow scheduling with matching as a sub goal 2014-01-15 23:48:03 +00:00
lperron@google.com
388c911e3d merge all .NET libraries into one; need to reorganize swig to make it work and to patch generated code; 2014-01-15 23:47:32 +00:00
lperron@google.com
0255170022 first attempt at unique c# ortools library 2014-01-14 17:39:53 +00:00
lperron@google.com
90f7b2ffe2 more work 2014-01-14 16:06:48 +00:00
lperron@google.com
451ea44d2a improve slow scheduling problem 2014-01-14 15:54:53 +00:00
lperron@google.com
cadc06be12 slow scheduling example 2014-01-14 14:59:56 +00:00
lperron@google.com
132767377c slow scheduling example 2014-01-14 14:58:50 +00:00
lperron@google.com
54b10f910a reformat code using clang-format 2014-01-08 12:01:58 +00:00
laurent.perron@gmail.com
4c8786bec3 merge routing and cp python modules into the cp module 2014-01-03 19:39:07 +00:00
lperron@google.com
775b4b3f32 remove copies of callbacks in cscvrptw.cs 2014-01-03 19:25:46 +00:00
laurent.perron@gmail.com
629a2369e9 cvrptw in C# 2014-01-03 18:38:52 +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
15e832af5b fix problem with native libraries not found in python3; align display 2013-12-29 14:54:48 +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
5e0046162d port python test examples to python3 2013-12-29 14:15:25 +00:00
laurent.perron@gmail.com
96dfdf04fb port python test examples to python3 2013-12-29 14:12:37 +00:00
laurent.perron@gmail.com
d8590b2dc2 port python test examples to python3 2013-12-29 14:04:35 +00:00
laurent.perron@gmail.com
1ec221486b revert python3 examples 2013-12-29 13:44:45 +00:00
laurent.perron@gmail.com
19535abed0 converted python3 examples 2013-12-29 11:52:32 +00:00
lperron@google.com
82a815ab65 add a ortools package for python modules; kept compatibility; updated all examples 2013-12-24 11:35:01 +00:00
lperron@google.com
5aaea1d858 remove obsolete linear_solver.proto; speed up sat solver 2013-12-20 10:44:30 +00:00
lperron@google.com
05032ce679 remove using directives, in particular string -> std::string everywhere; speedups in the routing library 2013-12-16 10:24:42 +00:00
lperron@google.com
f7887a5fa9 fix for sat 2013-12-13 08:19:07 +00:00
lperron@google.com
fa476a4d86 scoped_ptr -> unique_ptr 2013-12-12 14:43:57 +00:00
lperron@google.com
981f0be4dd fix routing example to use new API 2013-12-12 14:43:41 +00:00
lperron@google.com
eef0e9ab02 experimental sat/pb solver 2013-12-12 14:43:04 +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
fc2036b868 CapacitatedVehicleRoutingProblemWithTimeWindows.java 2013-10-27 20:24:38 +00:00
lperron@google.com
936dad1e7f DebugStringVector->JoinDebugStringPtr; fix overflow in disjunctive and path cumul; fix routing model inside the sequence var 2013-10-17 08:58:26 +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
54b04fa3be improve examples 2013-10-09 21:36:21 +00:00
lperron@google.com
e4b935a137 cbc => 2.8.5 2013-09-23 17:03:25 +00:00
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