fix comment
This commit is contained in:
committed by
Corentin Le Molgat
parent
16907575a6
commit
2b7ddee138
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user