Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/2.25.236/cp/creating_model.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ <h2>Build model expressions<a class="headerlink" href="#build-model-expressions"
<p>The <em>CP Optimizer</em> functions for building operations between expressions are available in the module
<a class="reference internal" href="docplex.cp.modeler.py.html"><span class="doc">modeler.py</span></a>, which contains more than 100 specialized functions.
See details of these functions in the API documentation.</p>
<p>We will see later that all the modeling functions can also be invoked as member of the class
<p>We will see later that all the modeling functions can also be invoked as members of the class
<a class="reference internal" href="docplex.cp.model.py.html#docplex.cp.model.CpoModel" title="docplex.cp.model.CpoModel"><code class="xref py py-class docutils literal notranslate"><span class="pre">CpoModel</span></code></a>.
However, there documentation should be see in the modules where they are actually implemented.</p>
However, their documentation should be inspected in the modules where they are actually implemented.</p>
<div class="section" id="mapping-of-python-objects-to-cp-optimizer-objects">
<h3>Mapping of Python objects to CP Optimizer objects<a class="headerlink" href="#mapping-of-python-objects-to-cp-optimizer-objects" title="Permalink to this headline">&para;</a></h3>
<p>The following Python objects are accepted by the modeling API:</p>
Expand Down
4 changes: 2 additions & 2 deletions docs/cp/creating_model.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ <h2>Build model expressions<a class="headerlink" href="#build-model-expressions"
<p>The <em>CP Optimizer</em> functions for building operations between expressions are available in the module
<a class="reference internal" href="docplex.cp.modeler.py.html"><span class="doc">modeler.py</span></a>, which contains more than 100 specialized functions.
See details of these functions in the API documentation.</p>
<p>We will see later that all the modeling functions can also be invoked as member of the class
<p>We will see later that all the modeling functions can also be invoked as members of the class
<a class="reference internal" href="docplex.cp.model.py.html#docplex.cp.model.CpoModel" title="docplex.cp.model.CpoModel"><code class="xref py py-class docutils literal notranslate"><span class="pre">CpoModel</span></code></a>.
However, there documentation should be see in the modules where they are actually implemented.</p>
However, their documentation should be inspected in the modules where they are actually implemented.</p>
<div class="section" id="mapping-of-python-objects-to-cp-optimizer-objects">
<h3>Mapping of Python objects to CP Optimizer objects<a class="headerlink" href="#mapping-of-python-objects-to-cp-optimizer-objects" title="Permalink to this headline">&para;</a></h3>
<p>The following Python objects are accepted by the modeling API:</p>
Expand Down