polish linear solver samples
This commit is contained in:
@@ -22,7 +22,7 @@ def IntegerProgrammingExample():
|
||||
"""Integer programming sample."""
|
||||
# [START solver]
|
||||
# Create the mip solver with the CBC backend.
|
||||
solver = pywraplp.Solver.CreateSolver('IntegerProgrammingExample', 'cbc')
|
||||
solver = pywraplp.Solver.CreateSolver('integer_programming_example', 'cbc')
|
||||
|
||||
# [END solver]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user