remove useless ()

This commit is contained in:
lperron@google.com
2011-11-07 15:30:57 +00:00
parent 9fbe26432c
commit 6c2da0407b

View File

@@ -82,7 +82,7 @@ def SolveAndPrint(solver, variable_list):
def RunAllIntegerExampleAlgebraicAPI():
if hasattr(pywraplp.Solver, 'GLPK_MIXED_INTEGER_PROGRAMMING'):
print ('---- Integer programming example with GLPK (algebraic API) -----')
print '---- Integer programming example with GLPK (algebraic API) -----'
RunIntegerExampleAlgebraicAPI(
pywraplp.Solver.GLPK_MIXED_INTEGER_PROGRAMMING)
if hasattr(pywraplp.Solver, 'CBC_MIXED_INTEGER_PROGRAMMING'):