minor polish of examples

This commit is contained in:
Laurent Perron
2019-05-28 15:28:01 +02:00
parent c65d042e74
commit fe22bf057a
9 changed files with 168 additions and 7 deletions

View File

@@ -15,6 +15,7 @@
# [START import]
from __future__ import print_function
from ortools.linear_solver import pywraplp
# [END import]