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 — IBM® Decision Optimization CPLEX® Modeling for Python (DOcplex) V2.19 documentation</ title >
9+ < title > Changelog — IBM® Decision Optimization CPLEX® 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® Decision Optimization CPLEX® Modeling for Python (DOcplex) V2.19 documentation</ a > »</ li >
32+ < li class ="nav-item nav-item-0 "> < a href ="index.html "> IBM® Decision Optimization CPLEX® Modeling for Python (DOcplex) V2.20 documentation</ a > »</ 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 "> ¶</ 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 "> ¶</ 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 "> ¶</ 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 “solve_status” 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 "> ¶</ 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® Decision Optimization CPLEX® Modeling for Python (DOcplex) V2.19 documentation</ a > »</ li >
747+ < li class ="nav-item nav-item-0 "> < a href ="index.html "> IBM® Decision Optimization CPLEX® Modeling for Python (DOcplex) V2.20 documentation</ a > »</ li >
708748 </ ul >
709749 </ div >
710750 < div class ="footer " role ="contentinfo ">
711- © Copyright 2016-2020 , IBM®.
751+ © Copyright 2016-2021 , IBM®.
712752 </ div >
713753 </ body >
714754</ html >
0 commit comments