diff --git a/docs/2.25.236/cp/creating_model.html b/docs/2.25.236/cp/creating_model.html index 7561430..f22b688 100644 --- a/docs/2.25.236/cp/creating_model.html +++ b/docs/2.25.236/cp/creating_model.html @@ -194,9 +194,9 @@

Build model expressionsThe CP Optimizer functions for building operations between expressions are available in the module modeler.py, which contains more than 100 specialized functions. See details of these functions in the API documentation.

-

We will see later that all the modeling functions can also be invoked as member of the class +

We will see later that all the modeling functions can also be invoked as members of the class CpoModel. -However, there documentation should be see in the modules where they are actually implemented.

+However, their documentation should be inspected in the modules where they are actually implemented.

Mapping of Python objects to CP Optimizer objects

The following Python objects are accepted by the modeling API:

diff --git a/docs/cp/creating_model.html b/docs/cp/creating_model.html index 7561430..f22b688 100644 --- a/docs/cp/creating_model.html +++ b/docs/cp/creating_model.html @@ -194,9 +194,9 @@

Build model expressionsThe CP Optimizer functions for building operations between expressions are available in the module modeler.py, which contains more than 100 specialized functions. See details of these functions in the API documentation.

-

We will see later that all the modeling functions can also be invoked as member of the class +

We will see later that all the modeling functions can also be invoked as members of the class CpoModel. -However, there documentation should be see in the modules where they are actually implemented.

+However, their documentation should be inspected in the modules where they are actually implemented.

Mapping of Python objects to CP Optimizer objects

The following Python objects are accepted by the modeling API: