Translations:CPLEX/25/en: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Created page with "Adjust the lines which correspond to the variables <tt>cplexversion</tt> and <tt>studio_root</tt> so that they have the correct values for your situation, i.e. the version you...")
 
No edit summary
Line 1: Line 1:
Adjust the lines which correspond to the variables <tt>cplexversion</tt> and <tt>studio_root</tt> so that they have the correct values for your situation, i.e. the version you downloaded and the path you specified when extracting the archive.
==Python==
 
After you have installed [https://www.ibm.com/analytics/data-science/prescriptive-analytics/cplex-optimizer CPLEX] as documented above, you must first install the module that you created:
{{Command|module load myclex/<version>}}

Revision as of 15:19, 11 March 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (CPLEX)
==Python==
Après avoir fait l'installation de [https://www.ibm.com/analytics/data-science/prescriptive-analytics/cplex-optimizer CPLEX] comme indiqué dans la section précédente, il faut tout d'abord charger CPLEX:
{{Commande|module load mycplex/<version>}}

Python

After you have installed CPLEX as documented above, you must first install the module that you created:

Question.png
[name@server ~]$ module load myclex/<version>