1
+
2
+
3
+ <!doctype html>
4
+
5
+ < html xmlns ="http://www.w3.org/1999/xhtml ">
6
+ < head >
7
+ < meta http-equiv ="X-UA-Compatible " content ="IE=Edge " />
8
+ < meta http-equiv ="Content-Type " content ="text/html; charset=iso-8859-1 " />
9
+ < title > README.md — IBM® Decision Optimization CPLEX® Modeling for Python (DOcplex) V2.24 documentation</ title >
10
+ < link rel ="stylesheet " href ="_static/bizstyle.css " type ="text/css " />
11
+ < link rel ="stylesheet " href ="_static/pygments.css " type ="text/css " />
12
+
13
+ < script type ="text/javascript " id ="documentation_options " data-url_root ="./ " src ="_static/documentation_options.js "> </ script >
14
+ < script type ="text/javascript " src ="_static/jquery.js "> </ script >
15
+ < script type ="text/javascript " src ="_static/underscore.js "> </ script >
16
+ < script type ="text/javascript " src ="_static/doctools.js "> </ script >
17
+ < script type ="text/javascript " src ="_static/language_data.js "> </ script >
18
+ < script type ="text/javascript " src ="_static/bizstyle.js "> </ script >
19
+ < link rel ="index " title ="Index " href ="genindex.html " />
20
+ < link rel ="search " title ="Search " href ="search.html " />
21
+ < meta name ="viewport " content ="width=device-width,initial-scale=1.0 ">
22
+ <!--[if lt IE 9]>
23
+ <script type="text/javascript" src="_static/css3-mediaqueries.js"></script>
24
+ <![endif]-->
25
+ </ head > < body >
26
+ < div class ="related " role ="navigation " aria-label ="related navigation ">
27
+ < h3 > Navigation</ h3 >
28
+ < ul >
29
+ < li class ="right " style ="margin-right: 10px ">
30
+ < a href ="genindex.html " title ="General Index "
31
+ 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.24 documentation</ a > »</ li >
33
+ </ ul >
34
+ </ div >
35
+ < div class ="sphinxsidebar " role ="navigation " aria-label ="main navigation ">
36
+ < div class ="sphinxsidebarwrapper ">
37
+ </ div >
38
+ </ div >
39
+
40
+ < div class ="document ">
41
+ < div class ="documentwrapper ">
42
+ < div class ="bodywrapper ">
43
+ < div class ="body " role ="main ">
44
+
45
+ < div class ="section " id ="readme-md ">
46
+ < h1 > README.md< a class ="headerlink " href ="#readme-md " title ="Permalink to this headline "> ¶</ a > </ h1 >
47
+ < div class ="highlight-text notranslate "> < table class ="highlighttable "> < tr > < td class ="linenos "> < div class ="linenodiv "> < pre > < span class ="normal "> 1</ span >
48
+ < span class ="normal "> 2</ span >
49
+ < span class ="normal "> 3</ span >
50
+ < span class ="normal "> 4</ span >
51
+ < span class ="normal "> 5</ span >
52
+ < span class ="normal "> 6</ span >
53
+ < span class ="normal "> 7</ span >
54
+ < span class ="normal "> 8</ span >
55
+ < span class ="normal "> 9</ span >
56
+ < span class ="normal "> 10</ span >
57
+ < span class ="normal "> 11</ span >
58
+ < span class ="normal "> 12</ span >
59
+ < span class ="normal "> 13</ span >
60
+ < span class ="normal "> 14</ span >
61
+ < span class ="normal "> 15</ span >
62
+ < span class ="normal "> 16</ span >
63
+ < span class ="normal "> 17</ span >
64
+ < span class ="normal "> 18</ span >
65
+ < span class ="normal "> 19</ span >
66
+ < span class ="normal "> 20</ span >
67
+ < span class ="normal "> 21</ span >
68
+ < span class ="normal "> 22</ span >
69
+ < span class ="normal "> 23</ span >
70
+ < span class ="normal "> 24</ span >
71
+ < span class ="normal "> 25</ span >
72
+ < span class ="normal "> 26</ span >
73
+ < span class ="normal "> 27</ span >
74
+ < span class ="normal "> 28</ span >
75
+ < span class ="normal "> 29</ span >
76
+ < span class ="normal "> 30</ span >
77
+ < span class ="normal "> 31</ span >
78
+ < span class ="normal "> 32</ span >
79
+ < span class ="normal "> 33</ span >
80
+ < span class ="normal "> 34</ span >
81
+ < span class ="normal "> 35</ span >
82
+ < span class ="normal "> 36</ span >
83
+ < span class ="normal "> 37</ span >
84
+ < span class ="normal "> 38</ span >
85
+ < span class ="normal "> 39</ span >
86
+ < span class ="normal "> 40</ span >
87
+ < span class ="normal "> 41</ span >
88
+ < span class ="normal "> 42</ span >
89
+ < span class ="normal "> 43</ span >
90
+ < span class ="normal "> 44</ span >
91
+ < span class ="normal "> 45</ span >
92
+ < span class ="normal "> 46</ span >
93
+ < span class ="normal "> 47</ span >
94
+ < span class ="normal "> 48</ span >
95
+ < span class ="normal "> 49</ span >
96
+ < span class ="normal "> 50</ span >
97
+ < span class ="normal "> 51</ span >
98
+ < span class ="normal "> 52</ span >
99
+ < span class ="normal "> 53</ span >
100
+ < span class ="normal "> 54</ span >
101
+ < span class ="normal "> 55</ span >
102
+ < span class ="normal "> 56</ span >
103
+ < span class ="normal "> 57</ span >
104
+ < span class ="normal "> 58</ span >
105
+ < span class ="normal "> 59</ span >
106
+ < span class ="normal "> 60</ span >
107
+ < span class ="normal "> 61</ span > </ pre > </ div > </ td > < td class ="code "> < div class ="highlight "> < pre > < span > </ span > # IBM&reg; Decision Optimization Modeling for Python (DOcplex)
108
+
109
+ Welcome to the IBM&reg; Decision Optimization Modeling for Python.
110
+ Licensed under the Apache License v2.0.
111
+
112
+ With this library, you can quickly and easily add the power of optimization to
113
+ your application. You need IBM ILOG CPLEX Optimization Studio to solve the models.
114
+
115
+ This library is composed of 2 modules:
116
+
117
+ * IBM&reg; Decision Optimization CPLEX Optimizer Modeling for Python - with namespace docplex.mp
118
+ * IBM&reg; Decision Optimization CP Optimizer Modeling for Python - with namespace docplex.cp
119
+
120
+ Solving with CPLEX requires that IBM&reg; ILOG CPLEX Optimization Studio V12.10 or later
121
+ is installed on your machine.
122
+
123
+ This library is numpy friendly.
124
+
125
+ ## Install the library
126
+
127
+ ```
128
+ pip install docplex
129
+ ```
130
+
131
+ ## Get the documentation and examples
132
+
133
+ * [Latest documentation](http://ibmdecisionoptimization.github.io/docplex-doc/)
134
+ * Documentation archives:
135
+ * [2.23.222](http://ibmdecisionoptimization.github.io/docplex-doc/2.23.222)
136
+ * [2.22.213](http://ibmdecisionoptimization.github.io/docplex-doc/2.22.213)
137
+ * [2.21.207](http://ibmdecisionoptimization.github.io/docplex-doc/2.21.207)
138
+ * [2.20.204](http://ibmdecisionoptimization.github.io/docplex-doc/2.20.204)
139
+ * [2.19.202](http://ibmdecisionoptimization.github.io/docplex-doc/2.19.202)
140
+ * [2.18.200](http://ibmdecisionoptimization.github.io/docplex-doc/2.18.200)
141
+ * [2.16.195](http://ibmdecisionoptimization.github.io/docplex-doc/2.16.195)
142
+ * [Examples](https://github.com/IBMDecisionOptimization/docplex-examples)
143
+
144
+ ## Get your IBM&reg; ILOG CPLEX Optimization Studio edition
145
+
146
+ - You can get a free [Community Edition](https://www.ibm.com/account/reg/us-en/signup?formid=urx-20028)
147
+ of CPLEX Optimization Studio, with limited solving capabilities in term of problem size.
148
+
149
+ - Faculty members, research professionals at accredited institutions can get access to an unlimited version of CPLEX through the
150
+ [IBM&reg; Academic Initiative](http://ibm.biz/cplex-free-for-students).
151
+
152
+ ## Dependencies
153
+
154
+ These third-party dependencies are automatically installed with ``pip``
155
+
156
+ - [futures](https://pypi.python.org/pypi/futures)
157
+ - [requests](https://pypi.python.org/pypi/requests)
158
+ - [six](https://pypi.python.org/pypi/six)
159
+ - [certifi](https://pypi.python.org/pypi/certifi)
160
+ - [chardet](https://pypi.python.org/pypi/chardet)
161
+ - [idna](https://pypi.python.org/pypi/idna)
162
+ - [urllib3](https://pypi.python.org/pypi/urllib3)
163
+
164
+
165
+ ## License
166
+
167
+ This library is delivered under the Apache License Version 2.0, January 2004 (see LICENSE.txt).
168
+ </ pre > </ div >
169
+ </ td > </ tr > </ table > </ div >
170
+ </ div >
171
+
172
+
173
+ </ div >
174
+ </ div >
175
+ </ div >
176
+ < div class ="clearer "> </ div >
177
+ </ div >
178
+ < div class ="related " role ="navigation " aria-label ="related navigation ">
179
+ < h3 > Navigation</ h3 >
180
+ < ul >
181
+ < li class ="right " style ="margin-right: 10px ">
182
+ < a href ="genindex.html " title ="General Index "
183
+ > index</ a > </ li >
184
+ < li class ="nav-item nav-item-0 "> < a href ="index.html "> IBM® Decision Optimization CPLEX® Modeling for Python (DOcplex) V2.24 documentation</ a > »</ li >
185
+ </ ul >
186
+ </ div >
187
+ < div class ="footer " role ="contentinfo ">
188
+ © Copyright 2016-2022, IBM®.
189
+ </ div >
190
+ </ body >
191
+ </ html >
0 commit comments