From 448ce9bcdeda808bed9546f9a4c9a1567f56af95 Mon Sep 17 00:00:00 2001 From: Guglielmo-Sanchini1 Date: Wed, 31 May 2023 16:34:36 +0200 Subject: [PATCH] typos --- docs/2.25.236/cp/creating_model.html | 4 ++-- docs/cp/creating_model.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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: