Commit Graph

1612 Commits

Author SHA1 Message Date
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
Laurent Perron
592e4878ca Remove SetDepot on routing model; Add argument to RoutingModel ctor; port all examples (C++, python, java, C#; bump version number to 5.0 as we are breaking compatibility 2016-10-07 17:40:41 +02:00
Laurent Perron
18b97584c4 move proto_util 2016-10-07 17:29:07 +02:00
Laurent Perron
792c1358a5 Merge branch 'master' of https://github.com/google/or-tools 2016-10-05 14:15:20 +02:00
Laurent Perron
ef37320f7c port examples 2016-10-05 14:08:27 +02:00
Driss Lahlou
ba686e3f2f changes in running examples targets 2016-09-29 18:50:59 +02:00
Laurent Perron
9875d5c65a more work on sat/fz 2016-09-22 15:18:08 +02:00
Laurent Perron
cfafaf6d6e fix fz compilation 2016-09-21 22:24:46 +02:00
Laurent Perron
cb98b1fa71 improve sat code; misc glop API 2016-09-12 13:42:16 +02:00
Driss Lahlou
d2f051f1b4 fix PYTHONPATH for tests and examples 2016-09-07 15:55:11 +02:00
dlahlou
8f080d4e68 Merge pull request #238 from mjfwest/mybranch
corrected use of local search operators.
2016-09-02 08:25:56 -07:00
Driss Lahlou
af3266907b fix todos 2016-08-31 16:25:00 +02:00
Martin West
457c0cacf4 corrected use of local search operators. 2016-08-29 01:22:40 +02:00
Adrian Rangel
3fc21ae08e don't use deprecated method 2016-08-25 23:27:23 -05:00
Vincent Furnon
799ae30ce8 Fix cvrptw_plot.py example: fix usage of variable indices. 2016-08-11 20:46:04 -04:00
Driss Lahlou
bd19bd4128 add a cvrptw.py example without plot 2016-07-29 13:53:30 +02:00
Laurent Perron
13e4a066a2 CP and Routing: Add local search profiling;
SAT: Change a bit API to simplify usage (e.g. SolveWithPresolve)
LP_DATA: continue simplification of templates in iterators
SAT: Regroup search utils is src/sat/util.h|cc
SAT: Add new eswa heuristics to sat solver
LINEAR_SOLVER: fix status reporting on SCIP
2016-07-28 10:15:46 -07:00
Laurent Perron
d625b21aed another failing flatzinc example 2016-07-25 12:44:31 -07:00
Laurent Perron
90ec506c80 segfaulting flatzinc example 2016-07-25 12:27:34 -07:00
Driss Lahlou
d133b15107 add log_search to RoutingSearchParameters 2016-07-20 15:49:09 +02:00
Laurent Perron
3e158e7656 sat based scheduling: no_cycle, disjunctive, precedences + 2 examples: jobshop_sat and weighted_tardiness_sat 2016-07-19 14:19:21 -07:00
Driss Lahlou
51f30a1cc6 update cvrptw.py : accessing to solver parameters 2016-07-18 18:13:10 +02:00
Laurent Perron
abf09891ad speed up table constraints; embed solver parameters in the routing parameters; fix a bug in RevIntSet 2016-07-13 14:51:35 -07:00
Laurent Perron
25e96b12d6 example of routing with disjoint time windows 2016-07-08 15:47:33 +02:00
Driss Lahlou
4505436ded fix cvrptw.py example 2016-07-05 13:17:16 +02:00
Laurent Perron
506a3a54b3 archives fixes for windows 2016-07-01 15:29:57 +00:00
Laurent Perron
fc063e85d3 smetp data files 2016-06-15 11:05:42 +02:00