Commit Graph

40 Commits

Author SHA1 Message Date
Laurent Perron
259050f9e5 full support for visual studio 2015 2016-06-03 06:03:52 -07:00
Laurent Perron
08ee0714ae minor sync with internal code 2016-02-09 12:07:21 +01:00
Laurent Perron
bb6e091027 Switch parameters to proto3, propagate to all code, offer support in all languages 2016-02-03 15:15:58 +01:00
Laurent Perron
b412d19805 change LNS protocol, port examples; bump nuspec version to 2.1.xxxx; various improvements to the solvers 2015-11-20 11:32:37 +01:00
Laurent Perron
00081fdb05 fix issue #44 (wrong url in comment) 2015-10-21 15:12:26 +02:00
Laurent Perron
ebd7b92d3f update most of the API from callbacks to std::function, port python, java and C# 2015-08-13 16:00:54 +02:00
Laurent Perron
c924f71618 finished C# support for flatzinc 2015-07-14 14:08:36 -07:00
Laurent Perron
a48b63d76f finished C# support for flatzinc 2015-07-14 13:48:32 -07:00
Laurent Perron
20dffb2f3c initial support for flatzinc from C#, cannot read solution values yet 2015-07-14 12:02:39 -07:00
Laurent Perron
98a0d76e61 fix c# after moving activity() away from MPConstraint to MPSolver 2015-06-24 11:53:22 +02:00
orwant@google.com
56b9befe5b Fixing bug in how the output of SimpleMaxFlow is displayed. 2014-12-17 15:02:03 +00:00
lperron@google.com
32c6ca3eed export MP model in C# 2014-08-08 22:57:13 +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
48f30e6e08 revamp c# layer, with methods accepting or returning vectors 2014-07-10 14:29:46 +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
91041a847d ported all scheduling example 2014-07-09 12:34:37 +00:00
lperron@google.com
044b7c0f10 rewrite C# layer 2014-07-09 12:21:55 +00:00
lperron@google.com
6f25f38898 introduce glop, our own linear programming solver; improve sat 2014-07-08 09:27:02 +00:00
lperron@google.com
83756494bb update LS API in java/c# 2014-05-21 12:57:26 +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
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
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
lperron@google.com
e4b935a137 cbc => 2.8.5 2013-09-23 17:03:25 +00:00
lperron@google.com
c2ab78125e huge sync with internal version 2013-06-11 14:51:51 +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
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
f694c0633c LS and LNS example in java 2012-07-26 17:36:11 +00:00
lperron@google.com
beeb3e7ee3 working C# ls example with filter 2012-07-26 16:51:08 +00:00
lperron@google.com
5f44ab0ab7 C# examples showing a new LS operator 2012-07-26 15:18:44 +00:00
lperron@google.com
896a472b73 added LNS c# example 2012-07-26 07:28:12 +00:00
lperron@google.com
8582ba0a47 added LNS c# example 2012-07-26 07:25:05 +00:00
lperron@google.com
a819336e55 create visible DisjunctiveConstraint class, add name to factory builder, move sequence var builder from solver to disjunctive constraint, port examples 2012-07-18 19:54:04 +00:00
lperron@google.com
64752231d6 reorganize all examples in the examples directory 2012-03-28 14:23:23 +00:00