add a ortools package for python modules; kept compatibility; updated all examples
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user