Commit Graph

638 Commits

Author SHA1 Message Date
Laurent Perron
15bc5959cd revamp CP export model, swig it in c# + simple test 2017-03-24 14:10:29 -04:00
Laurent Perron
304e66ad5d add sat_runner binary to bazel 2017-03-22 06:33:49 -04:00
Laurent Perron
a6a6dc3cec simplify/reindent workspaces 2017-03-21 16:29:05 -04:00
Laurent Perron
705fc3256c one linear solver example in bazel 2017-03-21 15:11:22 -04:00
Laurent Perron
253f7955c6 remove aliases in BUILD/WORKSPACE 2017-03-21 13:46:09 -04:00
Laurent Perron
8f691674ae first compiled example using bazel 2017-03-21 10:43:28 -04:00
Driss Lahlou
66db124c28 update the routing constructor in acp_challenge_routing.cc 2017-02-09 18:43:06 +01:00
Laurent Perron
b1f26f355e remove unrecognized line 2017-02-08 11:12:46 +01:00
Laurent Perron
c6345f269b support resource investment problems 2017-02-07 17:43:25 +01:00
Driss Lahlou
66b017de36 add cvrptw_with_breaks 2017-01-26 21:22:42 +01:00
Laurent Perron
ae08ac84aa continue work on rcpsp_sat and rcpsp_parser, better lower bounds in the routing lib; bug fixes in glop and bop 2017-01-18 10:50:37 +01:00
Laurent Perron
279e93b265 Merge branch 'master' of https://github.com/google/or-tools 2017-01-17 10:53:36 +01:00
Laurent Perron
821a40e904 producer consumer rcpsp/max data sets 2017-01-17 10:52:52 +01:00
furnon
502d529fa3 Updating Java examples to use new routing APIs 2017-01-06 13:26:08 +00:00
Driss Lahlou
923cf07b68 integrate install_python_dependencies in python + use protobuf from sources 2017-01-02 20:53:18 +01:00
Laurent Perron
e931aca52f Merge branch 'master' of https://github.com/google/or-tools 2017-01-02 17:47:42 +01:00
Laurent Perron
78a624b8a5 improve reporting of c# flatzinc 2017-01-02 17:47:20 +01:00
Driss Lahlou
d805f9bdd4 another fix in examples/python/check_dependencies.py 2017-01-02 15:06:46 +01:00
Driss Lahlou
a2266ce199 fix in examples/python/check_dependencies.py 2017-01-02 14:58:05 +01:00
Laurent Perron
8833d12f9b fix and improve the C# fz interface 2016-12-28 16:56:58 +01:00
Driss Lahlou
b6e87393f5 add check for file name in examples/csharp/csfz.cs 2016-12-27 10:23:39 +01:00
Driss Lahlou
ae121dc6cd refactor flatzinc 2016-12-26 20:03:19 +01:00
Laurent Perron
7fe2d9e107 improve sat solver; update rcpsp_sat, rcpsp_parser to read mode data formats; plenty of new rcpsp problems; small improvements to glop 2016-12-20 18:23:57 +01:00
Laurent Perron
ab4f7941f7 improve rcpsp_sat example; update the cvrptw to use breaks 2016-12-14 22:04:13 +01:00
Laurent Perron
902b59a632 Merge branch 'master' of https://github.com/google/or-tools 2016-12-13 15:51:23 +01:00
Laurent Perron
c0a5987ff5 misc improvements in the code 2016-12-13 15:49:57 +01:00
Laurent Perron
9712afbb64 improve rcpsp_sat to support rcpsp_max 2016-12-13 15:49:42 +01:00
Driss Lahlou
561d56cd88 refactor the code of checking the python dependencies 2016-12-13 15:22:40 +01:00
Driss Lahlou
0f9d336b3e more checks in check_dependencies 2016-12-12 16:42:47 +01:00
Driss Lahlou
a68a956dc6 add support for python 3 in examples/tests/test_cp_api.py 2016-12-12 16:27:12 +01:00
dlahlou
7a304f2842 Delete CSharp Examples.sln 2016-12-12 16:03:37 +01:00
Driss Lahlou
ef3cb91b61 automate the generation VS solution and .csproj files 2016-12-12 14:03:13 +01:00
Driss Lahlou
770f2d2846 add check for modules import 2016-12-09 18:39:10 +01:00
Laurent Perron
ea71f58ef2 minor sync with internal code 2016-12-09 14:15:01 +01:00
Laurent Perron
5030a8a213 add 2 new sat based examples: shift_minimization, and rcpsp; port old examples to new API 2016-12-08 14:59:14 +01:00
Laurent Perron
caad258f8f multi mode rcpcp_max data files 2016-12-08 14:23:33 +01:00
Laurent Perron
0ddbf247cf more rcpsp_max data sets 2016-12-06 15:06:04 +01:00
Laurent Perron
9be01db926 rcpsp problems with min/max delay 2016-12-06 14:46:51 +01:00
Laurent Perron
afd9549c0f single and multi mode rcpsp 2016-12-01 18:32:14 +01:00
Laurent Perron
829736505c new data sets 2016-11-29 13:39:40 +01:00
Laurent Perron
98108d2e5e Merge branch 'master' of https://github.com/google/or-tools 2016-11-22 10:44:38 +01:00
Laurent Perron
9b260f1dd0 remove models directory 2016-11-22 10:43:56 +01:00
furnon
3ddc7e6001 Update swig for C# to support status in RoutingModel 2016-11-21 16:48:45 +00:00
Driss Lahlou
bd0ecc2d06 edit multidim_knapsack to print assigned items + formatting the code 2016-11-16 18:20:16 +01:00
Driss Lahlou
301d2674d6 add a python dependencies check for sources 2016-11-10 16:38:59 +01:00
Driss Lahlou
a220b1b146 support Visual studio 2013 using Solver::IndexEvaluator2 2016-11-04 16:26:27 +01:00
Driss Lahlou
f6fe0043cb include base/hash.h in examples/cpp/fap_parser.h 2016-11-02 18:32:36 +01:00
Driss Lahlou
fab96aa739 support for python3 in examples/python/cvrptw.py 2016-10-27 17:59:23 +02:00
Driss Lahlou
e537d4bbbc Create jobshop example for C# 2016-10-19 16:49:25 +02:00
Vincent Furnon
3fc41e8c31 Port routing examples to new depot API 2016-10-16 19:28:59 -04:00