From 9ccb8e175fe4f7623791ff027884a6426161f1d3 Mon Sep 17 00:00:00 2001 From: Xavier Nodet Date: Thu, 4 Jul 2019 13:05:04 +0200 Subject: [PATCH 1/7] Update path to download CPLEX Optimization Studio --- cplex_instruction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cplex_instruction.md b/cplex_instruction.md index 0e8a356..b60404e 100644 --- a/cplex_instruction.md +++ b/cplex_instruction.md @@ -2,7 +2,7 @@ #### 1. Download and install CPLEX Optimization Studio Download [IBM ILOG CPLEX Optimizer]( -http://www-01.ibm.com/software/websphere/products/optimization/cplex-studio-community-edition/), then install it step by step. +https://www.ibm.com/account/reg/signup?formid=urx-20028), then install it step by step. #### 2. Download and install "Visual C++ Redistributable Packages for Visual Studio 2013"(Windows only) [Visual C++ Redistributable Packages for Visual Studio 2013](https://www.microsoft.com/en-US/download/details.aspx?id=40784) From e5ae196c4c2f9b51a91192f4ac5edef3fc4d17cd Mon Sep 17 00:00:00 2001 From: Xavier Nodet Date: Thu, 4 Jul 2019 13:05:50 +0200 Subject: [PATCH 2/7] Fix the product name --- cplex_instruction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cplex_instruction.md b/cplex_instruction.md index b60404e..f6cff4b 100644 --- a/cplex_instruction.md +++ b/cplex_instruction.md @@ -1,7 +1,7 @@ ## Instruction for CPLEX Python API #### 1. Download and install CPLEX Optimization Studio -Download [IBM ILOG CPLEX Optimizer]( +Download [IBM ILOG CPLEX Optimization Studio]( https://www.ibm.com/account/reg/signup?formid=urx-20028), then install it step by step. #### 2. Download and install "Visual C++ Redistributable Packages for Visual Studio 2013"(Windows only) From ebdbcd42d7334732fc0db67a2497a01353c758ea Mon Sep 17 00:00:00 2001 From: Xavier Nodet Date: Thu, 4 Jul 2019 13:07:11 +0200 Subject: [PATCH 3/7] VS Redistributable should be version 2015 --- cplex_instruction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cplex_instruction.md b/cplex_instruction.md index f6cff4b..0d267ac 100644 --- a/cplex_instruction.md +++ b/cplex_instruction.md @@ -4,8 +4,8 @@ Download [IBM ILOG CPLEX Optimization Studio]( https://www.ibm.com/account/reg/signup?formid=urx-20028), then install it step by step. -#### 2. Download and install "Visual C++ Redistributable Packages for Visual Studio 2013"(Windows only) -[Visual C++ Redistributable Packages for Visual Studio 2013](https://www.microsoft.com/en-US/download/details.aspx?id=40784) +#### 2. Download and install "Visual C++ Redistributable Packages for Visual Studio 2015" (Windows only) +[Visual C++ Redistributable Packages for Visual Studio 2015](https://www.microsoft.com/fr-fr/download/details.aspx?id=48145) #### 3. Install python. SPSS Modeler prefer [Anaconda python (2.7)](https://www.continuum.io/downloads). From 4088d2abc85ebebdca7237c32e3bd7382ecd377f Mon Sep 17 00:00:00 2001 From: Xavier Nodet Date: Thu, 4 Jul 2019 13:07:45 +0200 Subject: [PATCH 4/7] Typo --- cplex_instruction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cplex_instruction.md b/cplex_instruction.md index 0d267ac..136bf8d 100644 --- a/cplex_instruction.md +++ b/cplex_instruction.md @@ -8,7 +8,7 @@ https://www.ibm.com/account/reg/signup?formid=urx-20028), then install it step b [Visual C++ Redistributable Packages for Visual Studio 2015](https://www.microsoft.com/fr-fr/download/details.aspx?id=48145) #### 3. Install python. -SPSS Modeler prefer [Anaconda python (2.7)](https://www.continuum.io/downloads). +SPSS Modeler prefers [Anaconda python (2.7)](https://www.continuum.io/downloads). #### 4. Install CPLEX python package Go to {CPLEX Optimization Studio install folder}\cplex\python\2.7\{os} and run "python setup.py install" From 9dd462dd68c1900e69225a3aa22fe3e76a99bb8c Mon Sep 17 00:00:00 2001 From: Xavier Nodet Date: Thu, 4 Jul 2019 13:10:25 +0200 Subject: [PATCH 5/7] Fix the syntax to not swallow the brace --- cplex_instruction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cplex_instruction.md b/cplex_instruction.md index 136bf8d..76fa4c2 100644 --- a/cplex_instruction.md +++ b/cplex_instruction.md @@ -11,7 +11,7 @@ https://www.ibm.com/account/reg/signup?formid=urx-20028), then install it step b SPSS Modeler prefers [Anaconda python (2.7)](https://www.continuum.io/downloads). #### 4. Install CPLEX python package -Go to {CPLEX Optimization Studio install folder}\cplex\python\2.7\{os} and run "python setup.py install" +Go to {CPLEX Optimization Studio install folder}\cplex\python\2.7\\{os} and run "python setup.py install" Notes: - a. refer to this [link]( From 43358504d43b1ff196c5fc3ba5dde4370fa1824d Mon Sep 17 00:00:00 2001 From: Xavier Nodet Date: Thu, 4 Jul 2019 13:13:43 +0200 Subject: [PATCH 6/7] Link to latest version of the documentation --- cplex_instruction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cplex_instruction.md b/cplex_instruction.md index 76fa4c2..5d2aa0e 100644 --- a/cplex_instruction.md +++ b/cplex_instruction.md @@ -15,7 +15,7 @@ Go to {CPLEX Optimization Studio install folder}\cplex\python\2.7\\{os} and run Notes: - a. refer to this [link]( -http://www.ibm.com/support/knowledgecenter/SSSA5P_12.5.1/ilog.odms.cplex.help/CPLEX/GettingStarted/topics/set_up/Python_setup.html) for more detail information. +https://www.ibm.com/support/knowledgecenter/SSSA5P_12.9.0/ilog.odms.cplex.help/CPLEX/GettingStarted/topics/set_up/Python_setup.html) for more detail information. #### 5. Run "pip install docplex" Ensure pip enable, and run `pip install docplex` to install [docplex](https://pypi.python.org/pypi/docplex) package. From fc6f87ae8816d3325677ddef5bc5aec6bc398054 Mon Sep 17 00:00:00 2001 From: Xavier Nodet Date: Thu, 4 Jul 2019 13:15:07 +0200 Subject: [PATCH 7/7] Typo --- cplex_instruction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cplex_instruction.md b/cplex_instruction.md index 5d2aa0e..639336a 100644 --- a/cplex_instruction.md +++ b/cplex_instruction.md @@ -15,7 +15,7 @@ Go to {CPLEX Optimization Studio install folder}\cplex\python\2.7\\{os} and run Notes: - a. refer to this [link]( -https://www.ibm.com/support/knowledgecenter/SSSA5P_12.9.0/ilog.odms.cplex.help/CPLEX/GettingStarted/topics/set_up/Python_setup.html) for more detail information. +https://www.ibm.com/support/knowledgecenter/SSSA5P_12.9.0/ilog.odms.cplex.help/CPLEX/GettingStarted/topics/set_up/Python_setup.html) for more detailed information. #### 5. Run "pip install docplex" Ensure pip enable, and run `pip install docplex` to install [docplex](https://pypi.python.org/pypi/docplex) package.