Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Update sage_numerical_backends_cplex to 9.0b12
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Dec 29, 2019
1 parent 7caa365 commit 2110ed3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
6 changes: 3 additions & 3 deletions build/pkgs/sage_numerical_backends_cplex/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=sage_numerical_backends_cplex-VERSION.tar.gz
sha1=b387545806bbf73c21b4fc31e5e9dd4ce0acaec8
md5=c82f91282fcca5476e0d116d93db15f4
cksum=2042247149
sha1=59b5f344f5b3d2e1f2fb7dcddef208bcc99e710a
md5=f8dcd101092634dac83097a36d64c872
cksum=2646359461
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.0b9
9.0b12
16 changes: 9 additions & 7 deletions src/doc/en/thematic_tutorials/linear_programming.rst
Original file line number Diff line number Diff line change
Expand Up @@ -459,17 +459,19 @@ following libraries are currently supported:
Install CPLEX according to the instructions on the
website, which includes obtaining a license key.

Then find the directory named ``cplex`` of your CPLEX installation, which
contains subdirectories ``bin``, ``examples``, ``include``, etc.
Set the environment variable ``CPLEX_HOME`` to this directory; for example
using the following shell command::
Then find the installation directory of your ILOG CPLEX Studio installation, which contains subdirectories ``cplex``, ``doc``, ``opl``, etc.
Set the environment variable ``CPLEX_HOME`` to this directory; for example using the following shell command (on macOS)::

$ export CPLEX_HOME=/Applications/CPLEX_Studio1210/cplex/
$ export CPLEX_HOME=/Applications/CPLEX_Studio1210

or (on Linux)::

$ export CPLEX_HOME=/opt/ibm/ILOG/CPLEX_Studio1210

Now verify that the CPLEX binary that you will find in the subdirectory
``bin/ARCH-OS`` starts correctly, for example::
``cplex/bin/ARCH-OS`` starts correctly, for example::

$ $CPLEX_HOME/bin/x86-64_osx/cplex
$ $CPLEX_HOME/cplex/bin/x86-64_osx/cplex
Welcome to IBM(R) ILOG(R) CPLEX(R) Interactive Optimizer...

This environment variable only needs to be set for the following step:
Expand Down

0 comments on commit 2110ed3

Please sign in to comment.