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

@@ -40,7 +40,7 @@
Also see my other Google CP Solver models: http://www.hakank.org/google_or_tools/
"""
import sys, string
from constraint_solver import pywrapcp
from ortools.constraint_solver import pywrapcp
# converts a number (s) <-> an array of numbers (t) in the specific base.
def toNum(solver, t, s, base):