update python code, remove __future__ imports, remove six, use absl-py for flags, update examples
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
"""Simple Constraint optimization example."""
|
||||
|
||||
# [START import]
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
# [END import]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user