Skip to content

Commit 372d7a5

Browse files
committed
update with 2.20.204
1 parent 7386cb9 commit 372d7a5

176 files changed

Lines changed: 1563 additions & 1058 deletions

File tree

Some content is hidden

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

docs/CHANGELOG.html

Lines changed: 47 additions & 7 deletions
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.19 documentation</title>
9+
<title>Changelog &#8212; IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.20 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,16 @@ <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.19 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.20 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-19-202">Changed in 2.19.202:</a></li>
40+
<li><a class="reference internal" href="#changed-in-2-20-204">Changed in 2.20.204:</a></li>
41+
<li><a class="reference internal" href="#changed-in-2-19-202-2020-12">Changed in 2.19.202 (2020.12):</a></li>
4142
<li><a class="reference internal" href="#changed-in-2-18-200-2020-11-3">Changed in 2.18.200 (2020.11.#3):</a></li>
4243
<li><a class="reference internal" href="#changed-in-2-17-196-2020-11-2">Changed in 2.17.196 (2020.11.#2):</a></li>
4344
<li><a class="reference internal" href="#changed-in-2-16-196-2020-11">Changed in 2.16.196 (2020.11):</a></li>
@@ -74,8 +75,47 @@ <h3><a href="index.html">Table of Contents</a></h3>
7475

7576
<div class="section" id="changelog">
7677
<h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this headline">&para;</a></h1>
77-
<div class="section" id="changed-in-2-19-202">
78-
<h2>Changed in 2.19.202:<a class="headerlink" href="#changed-in-2-19-202" title="Permalink to this headline">&para;</a></h2>
78+
<div class="section" id="changed-in-2-20-204">
79+
<h2>Changed in 2.20.204:<a class="headerlink" href="#changed-in-2-20-204" title="Permalink to this headline">&para;</a></h2>
80+
<ul class="simple">
81+
<li><dl class="first docutils">
82+
<dt>In <code class="docutils literal notranslate"><span class="pre">docplex.mp</span></code>:</dt>
83+
<dd><ul class="first last">
84+
<li>Add support for exporting solutions and solution pools to SOL format.</li>
85+
<li><dl class="first docutils">
86+
<dt>Add fast methods for changing batches of variable bounds:</dt>
87+
<dd>Model.change_var_lower_bounds, Model.change_var_upper_bounds</dd>
88+
</dl>
89+
</li>
90+
<li>Reset random seed value for cplex 12.10 , was different from COS release value.</li>
91+
<li>Improved performance of variable creation</li>
92+
<li>Removed a warning about accessing a deprecated &#8220;solve_status&#8221; in solve.</li>
93+
<li><dl class="first docutils">
94+
<dt>docplex.mp.AdvModel now has checker enabled by default to avoid Python errors.</dt>
95+
<dd>Is is up to the user to disable type-checking to get maximum performance.</dd>
96+
</dl>
97+
</li>
98+
<li>Fixed a bug about not printing updated variable bounds in MPS and SAV</li>
99+
<li>Changed the default rounding behavior: solurtion values are not rounded by default.</li>
100+
</ul>
101+
</dd>
102+
</dl>
103+
</li>
104+
<li><dl class="first docutils">
105+
<dt>In <code class="docutils literal notranslate"><span class="pre">docplex.cp</span></code>:</dt>
106+
<dd><ul class="first last">
107+
<li>Fix problems on step function operations.</li>
108+
<li>Add status in conflict refiner solution object.</li>
109+
<li>Fix a bug to not send and receive conflict in CPO format if no conflict.</li>
110+
<li>Enhance printing of model solution.</li>
111+
</ul>
112+
</dd>
113+
</dl>
114+
</li>
115+
</ul>
116+
</div>
117+
<div class="section" id="changed-in-2-19-202-2020-12">
118+
<h2>Changed in 2.19.202 (2020.12):<a class="headerlink" href="#changed-in-2-19-202-2020-12" title="Permalink to this headline">&para;</a></h2>
79119
<ul class="simple">
80120
<li><dl class="first docutils">
81121
<dt>In <code class="docutils literal notranslate"><span class="pre">docplex.mp</span></code>:</dt>
@@ -704,11 +744,11 @@ <h3>Navigation</h3>
704744
<li class="right" style="margin-right: 10px">
705745
<a href="genindex.html" title="General Index"
706746
>index</a></li>
707-
<li class="nav-item nav-item-0"><a href="index.html">IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.19 documentation</a> &#187;</li>
747+
<li class="nav-item nav-item-0"><a href="index.html">IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.20 documentation</a> &#187;</li>
708748
</ul>
709749
</div>
710750
<div class="footer" role="contentinfo">
711-
&#169; Copyright 2016-2020, IBM&reg;.
751+
&#169; Copyright 2016-2021, IBM&reg;.
712752
</div>
713753
</body>
714754
</html>

docs/README.md.html

Lines changed: 4 additions & 4 deletions
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.19 documentation</title>
9+
<title>README.md &#8212; IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.20 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.19 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.20 documentation</a> &#187;</li>
3333
</ul>
3434
</div>
3535
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
@@ -167,11 +167,11 @@ <h3>Navigation</h3>
167167
<li class="right" style="margin-right: 10px">
168168
<a href="genindex.html" title="General Index"
169169
>index</a></li>
170-
<li class="nav-item nav-item-0"><a href="index.html">IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.19 documentation</a> &#187;</li>
170+
<li class="nav-item nav-item-0"><a href="index.html">IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.20 documentation</a> &#187;</li>
171171
</ul>
172172
</div>
173173
<div class="footer" role="contentinfo">
174-
&#169; Copyright 2016-2020, IBM&reg;.
174+
&#169; Copyright 2016-2021, IBM&reg;.
175175
</div>
176176
</body>
177177
</html>

docs/_static/bizstyle.js

Lines changed: 1 addition & 1 deletion
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.19 documentation");
39+
$("li.nav-item-0 a").text("IBM® Decision Optimization CPLEX® Modeling for Python (DOcplex) V2.20 documentation");
4040
}
4141
});

docs/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
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.19',
3+
VERSION: 'V2.20',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
FILE_SUFFIX: '.html',

docs/cp.html

Lines changed: 4 additions & 4 deletions
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.19 documentation</title>
9+
<title>Overview of constraint programming &#8212; IBM&reg; Decision Optimization CPLEX&reg; Modeling for Python (DOcplex) V2.20 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.19 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.20 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.19 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.20 documentation</a> &#187;</li>
241241
</ul>
242242
</div>
243243
<div class="footer" role="contentinfo">
244-
&#169; Copyright 2016-2020, IBM&reg;.
244+
&#169; Copyright 2016-2021, IBM&reg;.
245245
</div>
246246
</body>
247247
</html>
-13 Bytes
Binary file not shown.
5 Bytes
Binary file not shown.
594 Bytes
Binary file not shown.
450 Bytes
Binary file not shown.
2.64 KB
Binary file not shown.

0 commit comments

Comments
 (0)