Hello, 
It is time for a status update on our code!
Since the last announcements, we have added:
  - linear assignment (including dimacs challenge support): A. V. Goldberg and R. Kennedy, "An Efficient Cost Scaling Algorithm for the Assignment Problem." Mathematical Programming, Vol. 71, pages 153-178, December 1995.
  - Max flow (many references, see graph/max_flow.h for details).
  - SCIP support (see 
scip.zib.de). We will make a separate announcement on how to compile scip to be used in or-tools.
  - Deviation constraint in the Constraint Programming solver : Pierre Schaus et. al., "Bound Consistent Deviation Constraint",  CP07.
  - Initial support for no good management in the CP search tree.
  - 30-50% speedup on large sums in constraint programming.
--Laurent (on behalf of the complete Operations Research team at Google).