Laurent Perron
1e00bb3da1
add utilities to graph API
2016-09-12 13:41:45 +02:00
Laurent Perron
5224f26bbb
enrich lp_data internals
2016-09-12 13:41:09 +02:00
Laurent Perron
04d74180ae
small improvements to the routing library; fix disjunctive constraints with variable durations intervals
2016-09-12 13:40:24 +02:00
Driss Lahlou
d135e41e84
add fix_libraries_on_linux.sh back
2016-09-08 14:44:41 +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
44b72402c1
fix python wrap compiling dependecies
2016-09-01 20:55:08 +02:00
Laurent Perron
15e7232964
fixes in tools/makefile.cc
2016-09-01 17:05:27 +00:00
Laurent Perron
ed73cd7b30
Merge branch 'master' of https://github.com/google/or-tools
2016-09-01 14:54:58 +00:00
Vincent Furnon
6a495a8669
Merge branch 'master' of github.com:google/or-tools
2016-08-31 12:53:10 -04:00
Vincent Furnon
d99cf0c149
Fix True/False constraint status variable
2016-08-31 11:51:40 -04:00
Driss Lahlou
af3266907b
fix todos
2016-08-31 16:25:00 +02:00
Driss Lahlou
6e1ce3cb8a
fix Makefile.third_party.unix git command
2016-08-31 16:04:45 +02:00
Driss Lahlou
41778502d4
Merge branch 'master' of https://github.com/google/or-tools
2016-08-30 18:31:43 +02:00
Driss Lahlou
ad80273799
checkout to specific protobuf commit to fix gmock download link
2016-08-30 18:31:02 +02:00
Laurent Perron
a5f66982a9
Merge branch 'master' of https://github.com/google/or-tools
2016-08-30 09:56:28 +00:00
Driss Lahlou
21d1660160
fix Makefile.cc typo for windows
2016-08-30 11:55:59 +02:00
Laurent Perron
4533ef42a5
fix Makefile.cc typo
2016-08-30 09:53:23 +00:00
dlahlou
69e5b6c324
Merge pull request #236 from acrogenesis/patch-1
...
Don't use deprecated method SetVehicleFixedCost
2016-08-29 07:27:09 -07: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
Driss Lahlou
c300a46cd1
update .gitignore
2016-08-24 13:30:27 +02:00
Driss Lahlou
2d7a43de6b
remove unused file
2016-08-23 17:25:31 +02:00
Driss Lahlou
586ddd0677
update python archive README
2016-08-23 10:45:59 +02:00
Driss Lahlou
001b84a803
fix in python script
2016-08-23 10:24:57 +02:00
Laurent Perron
d1cee46e7c
fixes in setup.py script
2016-08-22 16:55:21 +00:00
Laurent Perron
36275fd5ec
fz archive windows fixes
2016-08-19 13:52:21 +00:00
Driss Lahlou
98a3a2fb20
fix fz archive on linux
2016-08-19 15:23:27 +02:00
Driss Lahlou
97ade50c3c
add fz_install_libs_mac.sh
2016-08-19 14:52:03 +02:00
Driss Lahlou
0864f4f755
fz archive fixes
2016-08-19 14:24:11 +02:00
Driss Lahlou
631d199cc1
upgrade version
2016-08-18 11:49:19 +02:00
Laurent Perron
4c0efd9cac
fix jar path in Makefile.third_party.win plus removing wildcard check
2016-08-17 16:20:56 +00:00
Vincent Furnon
799ae30ce8
Fix cvrptw_plot.py example: fix usage of variable indices.
2016-08-11 20:46:04 -04:00
Driss Lahlou
111e28c256
add README.dotnet for nuget
2016-08-11 19:01:34 +02:00
Driss Lahlou
904eeff9ed
fix python 2/3 compatibility
2016-08-10 16:19:13 +02:00
Vincent Furnon
e1b7515c8e
Making AddPickupAndDelivery create a depot if it doesn't exist. This is the same behavior as AddDimension and will avoid unexpected crashes.
2016-08-08 18:39:45 -07:00
Driss Lahlou
0948ef9a3f
sync code
2016-08-05 15:38:20 +02:00
Driss Lahlou
fd0b9e9e03
add ortools and protobuf versions test to python examples archive
2016-08-04 21:07:14 +02:00
Driss Lahlou
6951f56f81
update protobuf version in ortools and py3-ortools requirements
2016-08-02 16:01:51 +02:00
Driss Lahlou
86b4a6e2d1
fz archive name fix
2016-08-01 14:53:58 +02:00
Driss Lahlou
4fa5cb62be
python archive name fix
2016-08-01 14:51:34 +02:00
Laurent Perron
297a543d63
bump scip to 3.2.1 on unix
2016-07-29 15:23:56 -07:00
Laurent Perron
91e4b94db2
improve comments in Member/NotMember API code
2016-07-29 14:30:14 -07:00
Laurent Perron
d60d2befe7
Merge branch 'master' of https://github.com/google/or-tools
2016-07-29 11:04:48 -07:00
Laurent Perron
b1c14bd6ec
fix potential missing propagation in NotBetweenCt
2016-07-29 11:04:36 -07:00
Driss Lahlou
1cab51345a
fix pypi archives
2016-07-29 18:15:33 +02: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
26535ba55e
add help2man dependency to libtool
2016-07-26 12:55:24 -07:00
Laurent Perron
501fe153ba
remove protobuf.keyfile as we are using a pre-compiled version of Google.Protobuf.dll
2016-07-26 10:48:04 -07:00