qiskit-documentation/docs/api/qiskit/0.25/qiskit.aqua.algorithms.mini...

21 lines
1.2 KiB
Plaintext

---
title: cplex
description: API reference for qiskit.aqua.algorithms.minimum_eigen_solvers.cplex
in_page_toc_min_heading_level: 2
python_api_type: module
python_api_name: qiskit.aqua.algorithms.minimum_eigen_solvers.cplex
---
<span id="module-qiskit.aqua.algorithms.minimum_eigen_solvers.cplex" />
<span id="qiskit-aqua-algorithms-minimum-eigen-solvers-cplex" />
# CPLEX Installation
The `ClassicalCPLEX` algorithm utilizes CPLEX from the [IBM ILOG CPLEX Optimization Studio](https://www.ibm.com/support/knowledgecenter/SSSA5P_12.10.0/COS_KC_home.html) and this should be [installed](https://www.ibm.com/support/knowledgecenter/SSSA5P_12.10.0/ilog.odms.cplex.help/CPLEX/GettingStarted/topics/set_up/setup_synopsis.html) along with the [Python API](https://www.ibm.com/support/knowledgecenter/SSSA5P_12.10.0/ilog.odms.cplex.help/CPLEX/GettingStarted/topics/set_up/Python_setup.html) to CPLEX for the algorithm to be operational.
<Admonition title="Note" type="note">
The above links are to the latest version of IBM ILOG CPLEX at the time of writing. Information links for other versions can be found on the above linked pages under the Change version or product drop-down list.
</Admonition>