Rename CPSolver to CpSolver

This commit is contained in:
Yoong Hor Meng
2025-12-21 06:52:47 +01:00
committed by GitHub
parent 8d9216e14c
commit cc8ee317d7

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