Updates to required dependencies
* Protobuf to 3.3.0 -> 3.5.0.
* gflags to 2.2.0 -> 2.2.1.
* CBC 2.9.8 -> 2.9.9.
* Add Python module six (1.10) as required dependency for Python.
Bugfixes
* Pull request 494 Name refactoring. Adding comments for IntelliSense in some editors.
Thanks to <a href="https://github.com/acco32">Matthew Moore</a>.
* Pull request 516 Instruction for F standalone binary.
Thanks to <a href="https://github.com/acco32">Matthew Moore</a>.
* Improve precision in Glop.
SAT Solver
* Improve internal SAT solver, Fix various bugs.
* Add a VRP constraint to the SAT solver, linked to the LP solver.
* Change the solution observer in the SAT solver to take a CpSolverResponse as a parameter.
* Improve the use of Glop in SAT Solver.
* Speedup SAT-LP connection.</li>
* Add Reservoir constraint to the SAT cp_model protobuf format.
SAT/Python
* Introduction of the SAT API in Python.
* Code in <a href="https://github.com/google/or-tools/blob/master/ortools/sat/python/cp_model.py">ortools/sat/python/cp_model.py</a>.
* Add examples in <a href="https://github.com/google/or-tools/tree/master/examples/python">examples/python/</a>:
* <a href="https://github.com/google/or-tools/tree/master/examples/python/assignment_sat.py">assignement_sat.py</a>
* <a href="https://github.com/google/or-tools/tree/master/examples/python/assignment_with_constraints_sat.py">assignment_with_constraints_sat.py</a>
* <a href="https://github.com/google/or-tools/tree/master/examples/python/code_samples_sat.py">code_samples_sat.py</a>
* <a href="https://github.com/google/or-tools/tree/master/examples/python/cp_is_fun_sat.py">cp_is_fun_sat.py</a>
* <a href="https://github.com/google/or-tools/tree/master/examples/python/gate_scheduling_sat.py">gate_scheduling_sat.py</a>
* <a href="https://github.com/google/or-tools/tree/master/examples/python/hidato_sat.py">hidato_sat.py</a>
* <a href="https://github.com/google/or-tools/tree/master/examples/python/jobshop_ft06_sat.py">jobshop_ft06_sat.py</a>
* <a href="https://github.com/google/or-tools/tree/master/examples/python/nqueens_sat.py">nqueens_sat.py</a>
* <a href="https://github.com/google/or-tools/tree/master/examples/python/nurses_sat.py">nurses_sat.py</a>
* <a href="https://github.com/google/or-tools/tree/master/examples/python/rcpsp_sat.py">rcpsp_sat.py</a>
* <a href="https://github.com/google/or-tools/tree/master/examples/python/steel_mill_slab_sat.py">steel_mill_slab_sat.py</a>
* <a href="https://github.com/google/or-tools/tree/master/examples/python/worker_schedule_sat.py">worker_schedule_sat.py</a>
* Add support for <a href="https://github.com/google/or-tools/blob/master/examples/notebook/README.md">IPython notebook.</a>
* Python examples are exported to notebooks and available in <a href="https://github.com/google/or-tools/tree/master/examples/notebook">examples/notebook</a>.
Examples
* Rewrite <a href="https://github.com/google/or-tools/tree/master/ortools/data/rcpsp_parser.h">rcpsp_parser</a> to use ProtoBuf format to store the problem.
* Improve RCPSP parser.
Full list of commits since v6.5 [here](https://github.com/google/or-tools/compare/v6.5...v6.6)