From 448ce9bcdeda808bed9546f9a4c9a1567f56af95 Mon Sep 17 00:00:00 2001
From: Guglielmo-Sanchini1 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.
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 @@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.
The following Python objects are accepted by the modeling API: