Skip to content

Commit 963964f

Browse files
committed
docplex 2.25.236
1 parent 27fefa9 commit 963964f

File tree

480 files changed

+3076
-4591
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

480 files changed

+3076
-4591
lines changed

docs/cos22.1_beta/CHANGELOG.html renamed to docs/2.25.236/CHANGELOG.html

+44-7
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<head>
77
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
88
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
9-
<title>Changelog &#8212; IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.23 documentation</title>
9+
<title>Changelog &#8212; IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.25 documentation</title>
1010
<link rel="stylesheet" href="_static/bizstyle.css" type="text/css" />
1111
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1212

@@ -29,15 +29,18 @@ <h3>Navigation</h3>
2929
<li class="right" style="margin-right: 10px">
3030
<a href="genindex.html" title="General Index"
3131
accesskey="I">index</a></li>
32-
<li class="nav-item nav-item-0"><a href="index.html">IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.23 documentation</a> &#187;</li>
32+
<li class="nav-item nav-item-0"><a href="index.html">IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.25 documentation</a> &#187;</li>
3333
</ul>
3434
</div>
3535
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
3636
<div class="sphinxsidebarwrapper">
3737
<h3><a href="index.html">Table of Contents</a></h3>
3838
<ul>
3939
<li><a class="reference internal" href="#">Changelog</a><ul>
40-
<li><a class="reference internal" href="#changed-in-2-23-218">Changed in 2.23.218:</a></li>
40+
<li><a class="reference internal" href="#changed-in-2-25-236">Changed in 2.25.236:</a></li>
41+
<li><a class="reference internal" href="#changed-in-2-24-232-2022-11">Changed in 2.24.232 (2022.11):</a></li>
42+
<li><a class="reference internal" href="#changed-in-2-24-231-2022-11">Changed in 2.24.231 (2022.11):</a></li>
43+
<li><a class="reference internal" href="#changed-in-2-23-222-2022-03">Changed in 2.23.222 (2022.03):</a></li>
4144
<li><a class="reference internal" href="#changed-in-2-22-213-2021-09">Changed in 2.22.213 (2021.09):</a></li>
4245
<li><a class="reference internal" href="#changed-in-2-21-207-2021-06">Changed in 2.21.207 (2021.06):</a></li>
4346
<li><a class="reference internal" href="#changed-in-2-20-204-2021-02">Changed in 2.20.204 (2021.02):</a></li>
@@ -78,8 +81,42 @@ <h3><a href="index.html">Table of Contents</a></h3>
7881

7982
<div class="section" id="changelog">
8083
<h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this headline">&para;</a></h1>
81-
<div class="section" id="changed-in-2-23-218">
82-
<h2>Changed in 2.23.218:<a class="headerlink" href="#changed-in-2-23-218" title="Permalink to this headline">&para;</a></h2>
84+
<div class="section" id="changed-in-2-25-236">
85+
<h2>Changed in 2.25.236:<a class="headerlink" href="#changed-in-2-25-236" title="Permalink to this headline">&para;</a></h2>
86+
<ul class="simple">
87+
<li>Support of .ops files for parameter handling.</li>
88+
<li>Improvement on the Nurse example.</li>
89+
</ul>
90+
</div>
91+
<div class="section" id="changed-in-2-24-232-2022-11">
92+
<h2>Changed in 2.24.232 (2022.11):<a class="headerlink" href="#changed-in-2-24-232-2022-11" title="Permalink to this headline">&para;</a></h2>
93+
<ul class="simple">
94+
<li>Optional CPLEX import for qiskit</li>
95+
<li>Fix in cut getter</li>
96+
</ul>
97+
</div>
98+
<div class="section" id="changed-in-2-24-231-2022-11">
99+
<h2>Changed in 2.24.231 (2022.11):<a class="headerlink" href="#changed-in-2-24-231-2022-11" title="Permalink to this headline">&para;</a></h2>
100+
<ul class="simple">
101+
<li>Support for CPLEX Optimization Studio 22.1.1 runtimes.</li>
102+
<li>Cleanup of the code related to Watson Machine Learning.</li>
103+
<li><dl class="first docutils">
104+
<dt>In <code class="docutils literal notranslate"><span class="pre">docplex.mp</span></code>:</dt>
105+
<dd><ul class="first last">
106+
<li>Support for sensitivity analysis in Solution.</li>
107+
<li>Fixes in Solution handling.</li>
108+
</ul>
109+
</dd>
110+
</dl>
111+
</li>
112+
<li>In <code class="docutils literal notranslate"><span class="pre">docplex.cp</span></code>:
113+
* Support for &#8216;inferred&#8217; statement.
114+
* Support for &#8216;sub_circuit&#8217; constraint.
115+
* Fixed conditional module importation in sched_jobshop_blackbox.py</li>
116+
</ul>
117+
</div>
118+
<div class="section" id="changed-in-2-23-222-2022-03">
119+
<h2>Changed in 2.23.222 (2022.03):<a class="headerlink" href="#changed-in-2-23-222-2022-03" title="Permalink to this headline">&para;</a></h2>
83120
<ul class="simple">
84121
<li>Support for CPLEX Optimization Studio 22.1 runtimes.</li>
85122
<li><dl class="first docutils">
@@ -859,11 +896,11 @@ <h3>Navigation</h3>
859896
<li class="right" style="margin-right: 10px">
860897
<a href="genindex.html" title="General Index"
861898
>index</a></li>
862-
<li class="nav-item nav-item-0"><a href="index.html">IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.23 documentation</a> &#187;</li>
899+
<li class="nav-item nav-item-0"><a href="index.html">IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.25 documentation</a> &#187;</li>
863900
</ul>
864901
</div>
865902
<div class="footer" role="contentinfo">
866-
&#169; Copyright 2016-2021, IBM&reg;.
903+
&#169; Copyright 2016-2022, IBM&reg;.
867904
</div>
868905
</body>
869906
</html>

docs/cos22.1_beta/README.md.html renamed to docs/2.25.236/README.md.html

+8-14
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<head>
77
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
88
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
9-
<title>README.md &#8212; IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.23 documentation</title>
9+
<title>README.md &#8212; IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.25 documentation</title>
1010
<link rel="stylesheet" href="_static/bizstyle.css" type="text/css" />
1111
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1212

@@ -29,7 +29,7 @@ <h3>Navigation</h3>
2929
<li class="right" style="margin-right: 10px">
3030
<a href="genindex.html" title="General Index"
3131
accesskey="I">index</a></li>
32-
<li class="nav-item nav-item-0"><a href="index.html">IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.23 documentation</a> &#187;</li>
32+
<li class="nav-item nav-item-0"><a href="index.html">IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.25 documentation</a> &#187;</li>
3333
</ul>
3434
</div>
3535
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
@@ -102,10 +102,7 @@ <h1>README.md<a class="headerlink" href="#readme-md" title="Permalink to this he
102102
<span class="normal">56</span>
103103
<span class="normal">57</span>
104104
<span class="normal">58</span>
105-
<span class="normal">59</span>
106-
<span class="normal">60</span>
107-
<span class="normal">61</span>
108-
<span class="normal">62</span></pre></div></td><td class="code"><div class="highlight"><pre><span></span># IBM&amp;reg; Decision Optimization Modeling for Python (DOcplex)
105+
<span class="normal">59</span></pre></div></td><td class="code"><div class="highlight"><pre><span></span># IBM&amp;reg; Decision Optimization Modeling for Python (DOcplex)
109106

110107
Welcome to the IBM&amp;reg; Decision Optimization Modeling for Python.
111108
Licensed under the Apache License v2.0.
@@ -118,7 +115,7 @@ <h1>README.md<a class="headerlink" href="#readme-md" title="Permalink to this he
118115
* IBM&amp;reg; Decision Optimization CPLEX Optimizer Modeling for Python - with namespace docplex.mp
119116
* IBM&amp;reg; Decision Optimization CP Optimizer Modeling for Python - with namespace docplex.cp
120117

121-
Solving with CPLEX locally requires that IBM&amp;reg; ILOG CPLEX Optimization Studio V12.8 or later
118+
Solving with CPLEX requires that IBM&amp;reg; ILOG CPLEX Optimization Studio V12.10 or later
122119
is installed on your machine.
123120

124121
This library is numpy friendly.
@@ -133,7 +130,7 @@ <h1>README.md<a class="headerlink" href="#readme-md" title="Permalink to this he
133130

134131
* [Latest documentation](http://ibmdecisionoptimization.github.io/docplex-doc/)
135132
* Documentation archives:
136-
* [2.23.217](http://ibmdecisionoptimization.github.io/docplex-doc/2.23.217)
133+
* [2.23.222](http://ibmdecisionoptimization.github.io/docplex-doc/2.23.222)
137134
* [2.22.213](http://ibmdecisionoptimization.github.io/docplex-doc/2.22.213)
138135
* [2.21.207](http://ibmdecisionoptimization.github.io/docplex-doc/2.21.207)
139136
* [2.20.204](http://ibmdecisionoptimization.github.io/docplex-doc/2.20.204)
@@ -154,14 +151,11 @@ <h1>README.md<a class="headerlink" href="#readme-md" title="Permalink to this he
154151

155152
These third-party dependencies are automatically installed with ``pip``
156153

157-
- [enum34](https://pypi.python.org/pypi/enum34)
158154
- [futures](https://pypi.python.org/pypi/futures)
159155
- [requests](https://pypi.python.org/pypi/requests)
160156
- [six](https://pypi.python.org/pypi/six)
161157
- [certifi](https://pypi.python.org/pypi/certifi)
162-
- [chardet](https://pypi.python.org/pypi/chardet)
163-
- [idna](https://pypi.python.org/pypi/idna)
164-
- [urllib3](https://pypi.python.org/pypi/urllib3)
158+
165159

166160

167161
## License
@@ -183,11 +177,11 @@ <h3>Navigation</h3>
183177
<li class="right" style="margin-right: 10px">
184178
<a href="genindex.html" title="General Index"
185179
>index</a></li>
186-
<li class="nav-item nav-item-0"><a href="index.html">IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.23 documentation</a> &#187;</li>
180+
<li class="nav-item nav-item-0"><a href="index.html">IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.25 documentation</a> &#187;</li>
187181
</ul>
188182
</div>
189183
<div class="footer" role="contentinfo">
190-
&#169; Copyright 2016-2021, IBM&reg;.
184+
&#169; Copyright 2016-2022, IBM&reg;.
191185
</div>
192186
</body>
193187
</html>
File renamed without changes.

docs/cos22.1_beta/_static/bizstyle.js renamed to docs/2.25.236/_static/bizstyle.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ $(window).resize(function(){
3636
$("li.nav-item-0 a").text("Top");
3737
}
3838
else {
39-
$("li.nav-item-0 a").text("IBM® Decision Optimization CPLEX® Modeling for Python (DOcplex) V2.23 documentation");
39+
$("li.nav-item-0 a").text("IBM® Decision Optimization CPLEX® Modeling for Python (DOcplex) V2.25 documentation");
4040
}
4141
});

docs/cos22.1_beta/cp/_static/documentation_options.js renamed to docs/2.25.236/_static/documentation_options.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: 'V2.23',
3+
VERSION: 'V2.25',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
FILE_SUFFIX: '.html',
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/cos22.1_beta/cp.html renamed to docs/2.25.236/cp.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<head>
77
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
88
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
9-
<title>Overview of constraint programming &#8212; IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.23 documentation</title>
9+
<title>Overview of constraint programming &#8212; IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.25 documentation</title>
1010
<link rel="stylesheet" href="_static/bizstyle.css" type="text/css" />
1111
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1212

@@ -29,7 +29,7 @@ <h3>Navigation</h3>
2929
<li class="right" style="margin-right: 10px">
3030
<a href="genindex.html" title="General Index"
3131
accesskey="I">index</a></li>
32-
<li class="nav-item nav-item-0"><a href="index.html">IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.23 documentation</a> &#187;</li>
32+
<li class="nav-item nav-item-0"><a href="index.html">IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.25 documentation</a> &#187;</li>
3333
</ul>
3434
</div>
3535
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
@@ -237,11 +237,11 @@ <h3>Navigation</h3>
237237
<li class="right" style="margin-right: 10px">
238238
<a href="genindex.html" title="General Index"
239239
>index</a></li>
240-
<li class="nav-item nav-item-0"><a href="index.html">IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.23 documentation</a> &#187;</li>
240+
<li class="nav-item nav-item-0"><a href="index.html">IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.25 documentation</a> &#187;</li>
241241
</ul>
242242
</div>
243243
<div class="footer" role="contentinfo">
244-
&#169; Copyright 2016-2021, IBM&reg;.
244+
&#169; Copyright 2016-2022, IBM&reg;.
245245
</div>
246246
</body>
247247
</html>

docs/cos22.1_beta/cp/README.md.html renamed to docs/2.25.236/cp/README.md.html

+8-14
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<head>
77
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
88
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
9-
<title>README.md &#8212; DOcplex.CP: Constraint Programming Modeling for Python V2.23 documentation</title>
9+
<title>README.md &#8212; DOcplex.CP: Constraint Programming Modeling for Python V2.25 documentation</title>
1010
<link rel="stylesheet" href="_static/bizstyle.css" type="text/css" />
1111
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1212

@@ -32,7 +32,7 @@ <h3>Navigation</h3>
3232
<li class="right" >
3333
<a href="py-modindex.html" title="Python Module Index"
3434
>modules</a> |</li>
35-
<li class="nav-item nav-item-0"><a href="index.html">DOcplex.CP: Constraint Programming Modeling for Python V2.23 documentation</a> &#187;</li>
35+
<li class="nav-item nav-item-0"><a href="index.html">DOcplex.CP: Constraint Programming Modeling for Python V2.25 documentation</a> &#187;</li>
3636
</ul>
3737
</div>
3838
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
@@ -117,10 +117,7 @@ <h1>README.md<a class="headerlink" href="#readme-md" title="Permalink to this he
117117
<span class="normal">56</span>
118118
<span class="normal">57</span>
119119
<span class="normal">58</span>
120-
<span class="normal">59</span>
121-
<span class="normal">60</span>
122-
<span class="normal">61</span>
123-
<span class="normal">62</span></pre></div></td><td class="code"><div class="highlight"><pre><span></span># IBM&amp;reg; Decision Optimization Modeling for Python (DOcplex)
120+
<span class="normal">59</span></pre></div></td><td class="code"><div class="highlight"><pre><span></span># IBM&amp;reg; Decision Optimization Modeling for Python (DOcplex)
124121

125122
Welcome to the IBM&amp;reg; Decision Optimization Modeling for Python.
126123
Licensed under the Apache License v2.0.
@@ -133,7 +130,7 @@ <h1>README.md<a class="headerlink" href="#readme-md" title="Permalink to this he
133130
* IBM&amp;reg; Decision Optimization CPLEX Optimizer Modeling for Python - with namespace docplex.mp
134131
* IBM&amp;reg; Decision Optimization CP Optimizer Modeling for Python - with namespace docplex.cp
135132

136-
Solving with CPLEX locally requires that IBM&amp;reg; ILOG CPLEX Optimization Studio V12.8 or later
133+
Solving with CPLEX requires that IBM&amp;reg; ILOG CPLEX Optimization Studio V12.10 or later
137134
is installed on your machine.
138135

139136
This library is numpy friendly.
@@ -148,7 +145,7 @@ <h1>README.md<a class="headerlink" href="#readme-md" title="Permalink to this he
148145

149146
* [Latest documentation](http://ibmdecisionoptimization.github.io/docplex-doc/)
150147
* Documentation archives:
151-
* [2.23.217](http://ibmdecisionoptimization.github.io/docplex-doc/2.23.217)
148+
* [2.23.222](http://ibmdecisionoptimization.github.io/docplex-doc/2.23.222)
152149
* [2.22.213](http://ibmdecisionoptimization.github.io/docplex-doc/2.22.213)
153150
* [2.21.207](http://ibmdecisionoptimization.github.io/docplex-doc/2.21.207)
154151
* [2.20.204](http://ibmdecisionoptimization.github.io/docplex-doc/2.20.204)
@@ -169,14 +166,11 @@ <h1>README.md<a class="headerlink" href="#readme-md" title="Permalink to this he
169166

170167
These third-party dependencies are automatically installed with ``pip``
171168

172-
- [enum34](https://pypi.python.org/pypi/enum34)
173169
- [futures](https://pypi.python.org/pypi/futures)
174170
- [requests](https://pypi.python.org/pypi/requests)
175171
- [six](https://pypi.python.org/pypi/six)
176172
- [certifi](https://pypi.python.org/pypi/certifi)
177-
- [chardet](https://pypi.python.org/pypi/chardet)
178-
- [idna](https://pypi.python.org/pypi/idna)
179-
- [urllib3](https://pypi.python.org/pypi/urllib3)
173+
180174

181175

182176
## License
@@ -201,11 +195,11 @@ <h3>Navigation</h3>
201195
<li class="right" >
202196
<a href="py-modindex.html" title="Python Module Index"
203197
>modules</a> |</li>
204-
<li class="nav-item nav-item-0"><a href="index.html">DOcplex.CP: Constraint Programming Modeling for Python V2.23 documentation</a> &#187;</li>
198+
<li class="nav-item nav-item-0"><a href="index.html">DOcplex.CP: Constraint Programming Modeling for Python V2.25 documentation</a> &#187;</li>
205199
</ul>
206200
</div>
207201
<div class="footer" role="contentinfo">
208-
&#169; Copyright 2016, IBM.
202+
&#169; Copyright 2022, IBM.
209203
</div>
210204
</body>
211205
</html>

docs/cos22.1_beta/cp/_modules/docplex/cp/blackbox.html renamed to docs/2.25.236/cp/_modules/docplex/cp/blackbox.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<head>
77
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
88
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
9-
<title>docplex.cp.blackbox &#8212; DOcplex.CP: Constraint Programming Modeling for Python V2.23 documentation</title>
9+
<title>docplex.cp.blackbox &#8212; DOcplex.CP: Constraint Programming Modeling for Python V2.25 documentation</title>
1010
<link rel="stylesheet" href="../../../_static/bizstyle.css" type="text/css" />
1111
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
1212

@@ -32,7 +32,7 @@ <h3>Navigation</h3>
3232
<li class="right" >
3333
<a href="../../../py-modindex.html" title="Python Module Index"
3434
>modules</a> |</li>
35-
<li class="nav-item nav-item-0"><a href="../../../index.html">DOcplex.CP: Constraint Programming Modeling for Python V2.23 documentation</a> &#187;</li>
35+
<li class="nav-item nav-item-0"><a href="../../../index.html">DOcplex.CP: Constraint Programming Modeling for Python V2.25 documentation</a> &#187;</li>
3636
<li class="nav-item nav-item-1"><a href="../../index.html" accesskey="U">Module code</a> &#187;</li>
3737
</ul>
3838
</div>
@@ -62,7 +62,7 @@ <h1>Source code for docplex.cp.blackbox</h1><div class="highlight"><pre>
6262
<span></span><span class="c1"># --------------------------------------------------------------------------</span>
6363
<span class="c1"># Source file provided under Apache License, Version 2.0, January 2004,</span>
6464
<span class="c1"># http://www.apache.org/licenses/</span>
65-
<span class="c1"># (c) Copyright IBM Corp. 2021</span>
65+
<span class="c1"># (c) Copyright IBM Corp. 2022, 2022</span>
6666
<span class="c1"># --------------------------------------------------------------------------</span>
6767
<span class="c1"># Author: Olivier OUDOT, IBM Analytics, France Lab, Sophia-Antipolis</span>
6868

@@ -71,7 +71,7 @@ <h1>Source code for docplex.cp.blackbox</h1><div class="highlight"><pre>
7171
<span class="sd">formulated using CP Optimizer&#39;s classical expressions.</span>
7272
<span class="sd">A blackbox expression is specified by giving a function that evaluates the expression at given points.</span>
7373

74-
<span class="sd">This feature is accessible from Python only for COS solver releases strictly greater than 20.X.</span>
74+
<span class="sd">This feature is accessible from Python only for CPLEX Studio versions 22.1 and later.</span>
7575

7676

7777
<span class="sd">Defining a blackbox function</span>
@@ -766,12 +766,12 @@ <h3>Navigation</h3>
766766
<li class="right" >
767767
<a href="../../../py-modindex.html" title="Python Module Index"
768768
>modules</a> |</li>
769-
<li class="nav-item nav-item-0"><a href="../../../index.html">DOcplex.CP: Constraint Programming Modeling for Python V2.23 documentation</a> &#187;</li>
769+
<li class="nav-item nav-item-0"><a href="../../../index.html">DOcplex.CP: Constraint Programming Modeling for Python V2.25 documentation</a> &#187;</li>
770770
<li class="nav-item nav-item-1"><a href="../../index.html" >Module code</a> &#187;</li>
771771
</ul>
772772
</div>
773773
<div class="footer" role="contentinfo">
774-
&#169; Copyright 2016, IBM.
774+
&#169; Copyright 2022, IBM.
775775
</div>
776776
</body>
777777
</html>

0 commit comments

Comments
 (0)