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

Commit

Permalink
Fixed typos in thematic_tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
funkytori committed Mar 26, 2019
1 parent 9db4320 commit 1868426
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/doc/en/thematic_tutorials/linear_programming.rst
Expand Up @@ -497,13 +497,13 @@ change !) filename is joined.
The environment variable defining the licence's path must also be set when
running Sage. You can append to your ``.bashrc`` file one of the following :

* For CPLEX ::
* For CPLEX ::

export ILOG_LICENSE_FILE=/path/to/the/license/ilog/ilm/access_1.ilm
export ILOG_LICENSE_FILE=/path/to/the/license/ilog/ilm/access_1.ilm

* For GUROBI ::
* For GUROBI ::

export GRB_LICENSE_FILE=/path/to/the/license/gurobi.lic
export GRB_LICENSE_FILE=/path/to/the/license/gurobi.lic


As Sage also needs the files library and header files the easiest way is to
Expand Down Expand Up @@ -532,9 +532,9 @@ create symbolic links to these files in the appropriate directories:

ln -s /path/to/include/gurobi_c.h .

**It is very important that the names of the symbolic links in Sage's folders**
** be precisely as indicated. If the names differ, Sage will not notice that**
**the files are present**
**It is very important that the names of the symbolic links in Sage's folders
be precisely as indicated. If the names differ, Sage will not notice that
the files are present**

Once this is done, Sage is to be asked to notice the changes by running::

Expand Down

0 comments on commit 1868426

Please sign in to comment.