Merge pull request #4962 from yoonghm/patch-1

Rename CPSolver to CpSolver
This commit is contained in:
Laurent Perron
2025-12-21 09:45:00 +01:00
committed by GitHub

View File

@@ -18,7 +18,7 @@ methods for building and solving CP-SAT models.
* [`CpModel`](#cp_model.CpModel): Methods for creating
models, including variables and constraints.
* [`CPSolver`](#cp_model.CpSolver): Methods for solving
* [`CpSolver`](#cp_model.CpSolver): Methods for solving
a model and evaluating solutions.
The following methods implement callbacks that the