fixed typo in python example
This commit is contained in:
@@ -120,7 +120,7 @@ def RunAllIntegerExampleCppStyleAPI():
|
||||
if hasattr(pywraplp.Solver, 'GUROBI_MIXED_INTEGER_PROGRAMMING'):
|
||||
Announce('GUROBI', 'C++ style API')
|
||||
RunIntegerExampleCppStyleAPI(
|
||||
pywraplp.Solver.GOROBI_MIXED_INTEGER_PROGRAMMING)
|
||||
pywraplp.Solver.GUROBI_MIXED_INTEGER_PROGRAMMING)
|
||||
if hasattr(pywraplp.Solver, 'CPLEX_MIXED_INTEGER_PROGRAMMING'):
|
||||
Announce('CPLEX', 'C++ style API')
|
||||
RunIntegerExampleCppStyleAPI(
|
||||
|
||||
Reference in New Issue
Block a user