Skip to content

Commit 9be2441

Browse files
committed
first commit
0 parents  commit 9be2441

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# IBM® CPLEX Python API Reference Documentation
2+
3+
The CPLEX Python API is a Python package named cplex that allows the Callable Library to be accessed from the Python programming language. It is equally suitable for interactive use through the Python interpreter or for writing scripts or full-fledged applications.
4+
5+
For users of Python, CPLEX offers both a Python application programming interface (API) documented in this reference manual, as well as IBM Decision Optimization CPLEX Modeling for Python, also known as DOcplex. DOcplex is a library composed of two modules:
6+
7+
- Mathematical Programming Modeling for Python using docplex.mp (DOcplex.MP)
8+
- Constraint Programming Modeling for Python using docplex.cp (DOcplex.CP)
9+
10+
11+
## Get the documentation
12+
13+
- [DOcplex Documentation](https://ibmdecisionoptimization.github.io/docplex-doc/)
14+
- [CPLEX Python API Documentation](https://ibmdecisionoptimization.github.io/cplex-python-doc/)
15+
16+
17+
## Get your IBM® ILOG CPLEX Optimization Studio edition
18+
19+
- You can get a free [Community Edition](https://www.ibm.com/account/reg/us-en/signup?formid=urx-20028) of CPLEX Optimization Studio, with limited solving capabilities in term of problem size.
20+
21+
- Faculty members, research professionals at accredited institutions can get access to an unlimited version of CPLEX through the [IBM® Academic Initiative](http://ibm.biz/cplex-free-for-students).
22+
23+
24+
## License
25+
26+
This library is delivered under the Apache License Version 2.0, January 2004 (see LICENSE.txt).
27+

0 commit comments

Comments
 (0)