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

@@ -17,7 +17,7 @@
from google.apputils import app
from linear_solver import pywraplp
from ortools.linear_solver import pywraplp
def RunIntegerExampleNaturalLanguageAPI(optimization_problem_type):