diff --git a/examples/python/integer_programming.py b/examples/python/integer_programming.py index d20cbc8224..e49aaec69d 100644 --- a/examples/python/integer_programming.py +++ b/examples/python/integer_programming.py @@ -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(