From a28b2b2b1aeaa8e2285355dfdd9fa6942de18480 Mon Sep 17 00:00:00 2001 From: Dan Marinescu Date: Fri, 3 Aug 2018 11:14:21 +0200 Subject: [PATCH] fixed typo in python example --- examples/python/integer_programming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(