fix comment

This commit is contained in:
Laurent Perron
2024-04-15 17:13:12 +02:00
committed by Corentin Le Molgat
parent 16907575a6
commit 2b7ddee138

View File

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