Commit Graph

6 Commits

Author SHA1 Message Date
darkstego
18bac3b615 Removed redundant variables in DecisionBuilder
The variable vector added several deravitive variable that needlessly
increased the size of the search tree. The change cuts the search tree
size significantly.
2017-03-25 04:14:34 -04:00
darkstego
54c06796b3 Properly assigned IntVar rather than using constraints
The difference variables were input as constraints when they should
be added as a pure assignment. This change made the programs run
over 15 times faster.
2017-03-25 04:09:19 -04:00
Martin West
09df20ca95 Changed examples L to python 3 2016-01-14 18:59:36 +01: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