update python code, remove __future__ imports, remove six, use absl-py for flags, update examples
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
# limitations under the License.
|
||||
"""Simple travelling salesman problem between cities."""
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
from ortools.sat.python import cp_model
|
||||
|
||||
|
||||
Reference in New Issue
Block a user