fixed typo in python example

This commit is contained in:
Dan Marinescu
2018-08-03 11:14:21 +02:00
parent c798f9edfb
commit a28b2b2b1a

View File

@@ -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(