add a ortools package for python modules; kept compatibility; updated all examples
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
Also see my other Google CP Solver models: http://www.hakank.org/google_cp_solver/
|
||||
"""
|
||||
|
||||
from constraint_solver import pywrapcp
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
def main(unused_argv):
|
||||
# Create the solver.
|
||||
|
||||
Reference in New Issue
Block a user