add a ortools package for python modules; kept compatibility; updated all examples

This commit is contained in:
lperron@google.com
2013-12-24 11:35:01 +00:00
parent a7d29d9fa0
commit 82a815ab65
145 changed files with 245 additions and 218 deletions

View File

@@ -51,7 +51,7 @@
"""
import string, sys
from constraint_solver import pywrapcp
from ortools.constraint_solver import pywrapcp
def main(n=12):