December 2015 binary and source archives for or-tools
Changelog:
- Broke compatibility on the Large Neighborhood Search in the CP solver
(see examples/cpp/ls_api.cc, examples/python/pyls_api.py, examples/csharp/csls_api.cs, and
examples/com/google/ortools/sample/LsApi.java to see the new API). - Cleaned the the python wrapping. Support custom decision in the CP solver (see examples/test/test_cp_api.py to see the API in action).
- Various improvements and bug fixes.