CPLEX for Python users¶
Explores the features that CPLEX offers to users of Python to solve mathematical programming problems.
- CPLEX for Python users
- Why Python?
- Meet the Python API
- Modifying and querying problem data in the Python API
- Using polymorphism in the Python API
- Example: generating a histogram
- Querying solution information in the Python API
- Examining variables with nonzero values in a solution
- Displaying high precision nonzero values of a solution
- Managing CPLEX parameters in the Python API
- Using callbacks in the Python API
- Example: displaying solutions with increased precision from the Python API
- Example: examining the simplex tableau in the Python API
- Example: solving a sequence of related problems in the Python API
- Example: complex termination criteria in a callback