@@ -8,7 +8,7 @@ Switching between solvers is done by changing one parameter in the solver config
88## How to install the plug-in
99
1010* Install at least one of the supported ILP solvers:
11- * Install [ Gurobi] ( https://www.gurobi.com/ ) in version ` 13.0.0 ` and activate a license for your computer.
11+ * Install [ Gurobi] ( https://www.gurobi.com/ ) in version ` 13.0.1 ` and activate a license for your computer.
1212 * Install [ GLPK] ( https://www.gnu.org/software/glpk/ ) (free and open-source) in the newest version (` 4.65 ` ) and add it to your path.
1313 * For Windows-based systems, follow these steps to install GLPK:
1414 * Download [ winglpk] ( https://sourceforge.net/projects/winglpk/files/winglpk/GLPK-4.65/ ) .
@@ -24,7 +24,7 @@ Switching between solvers is done by changing one parameter in the solver config
2424## How to build the plugin
2525
2626* Install at least one of the supported ILP solvers:
27- * Install [ Gurobi] ( https://www.gurobi.com/ ) in version ` 13.0.0 ` and activate a license for your computer.
27+ * Install [ Gurobi] ( https://www.gurobi.com/ ) in version ` 13.0.1 ` and activate a license for your computer.
2828 * Install [ GLPK] ( https://www.gnu.org/software/glpk/ ) (free and open-source) in the newest version (` 4.65 ` ) and add it to your path.
2929 * For Windows-based systems, follow these steps to install GLPK:
3030 * Download [ winglpk] ( https://sourceforge.net/projects/winglpk/files/winglpk/GLPK-4.65/ ) .
@@ -56,15 +56,15 @@ When using the plugin within the Eclipse IDE, the following environment variable
5656```
5757# Linux/macOS
5858GRB_LICENSE_FILE=/home/mkratz/gurobi.lic
59- GUROBI_HOME=/opt/gurobi1300 /linux64/
60- LD_LIBRARY_PATH=/opt/gurobi1300 /linux64/lib/:/opt/ibm/ILOG/CPLEX_Studio2212/cplex/bin/x86-64_linux/
61- PATH=/opt/gurobi1300 /linux64/bin/:/opt/ibm/ILOG/CPLEX_Studio2212/cplex/bin/x86-64_linux/:$PATH
59+ GUROBI_HOME=/opt/gurobi1301 /linux64/
60+ LD_LIBRARY_PATH=/opt/gurobi1301 /linux64/lib/:/opt/ibm/ILOG/CPLEX_Studio2212/cplex/bin/x86-64_linux/
61+ PATH=/opt/gurobi1301 /linux64/bin/:/opt/ibm/ILOG/CPLEX_Studio2212/cplex/bin/x86-64_linux/:$PATH
6262
6363# Windows
6464GRB_LICENSE_FILE=C:\Users\mkratz\gurobi.lic
65- GUROBI_HOME=C:\gurobi1300 \win64
66- LD_LIBRARY_PATH=C:\gurobi1300 \win64\lib;C:\Program Files\IBM\ILOG\CPLEX_Studio2212\cplex\bin\x64_win64\
67- PATH=C:\gurobi1300 \win64\bin;C:\Program Files\IBM\ILOG\CPLEX_Studio2212\cplex\bin\x64_win64\
65+ GUROBI_HOME=C:\gurobi1301 \win64
66+ LD_LIBRARY_PATH=C:\gurobi1301 \win64\lib;C:\Program Files\IBM\ILOG\CPLEX_Studio2212\cplex\bin\x64_win64\
67+ PATH=C:\gurobi1301 \win64\bin;C:\Program Files\IBM\ILOG\CPLEX_Studio2212\cplex\bin\x64_win64\
6868```
6969
7070
0 commit comments