Commit Graph

6 Commits

Author SHA1 Message Date
Laurent Perron
2c8a97e994 correct Hakan email address 2018-02-19 15:21:05 +01:00
Martin West
ddd889830a python 3 conversion of examples m... 2016-01-14 19:19:51 +01:00
Chris Drake
8927b03942 Get rid of unnecessary string imports
Some of these imports are not used.
The rest of them only import string to use the string.atoi function.
But string.atoi(s) on a string input is identical to just int(s).
See the docs: "deprecated since 2.0".
2015-12-16 00:05:33 -08:00
lperron@google.com
b3c56a368f reindent all python code 2014-05-22 20:13:16 +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
64752231d6 reorganize all examples in the examples directory 2012-03-28 14:23:23 +00:00