diff --git a/ortools/linear_solver/samples/simple_mip_program.py b/ortools/linear_solver/samples/simple_mip_program.py index 488953a2ec..72a241fbce 100644 --- a/ortools/linear_solver/samples/simple_mip_program.py +++ b/ortools/linear_solver/samples/simple_mip_program.py @@ -21,7 +21,7 @@ from ortools.linear_solver import pywraplp def main(): # [START solver] - # Create the mip solver with the SCIP backend. + # Create the mip solver with the CP-SAT backend. solver = pywraplp.Solver.CreateSolver("SAT") if not solver: return