-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
# solver binaries | ||
solvers/* | ||
|
||
# Gurobi key info | ||
gurobi.lic | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# For CPLEX | ||
|
||
Place here the folder /ibm that is installed by CPLEX (usually in /opt). | ||
You actually only need the following substructure (makes the container lighter): | ||
. | ||
└───ibm | ||
└───ILOG | ||
└───CPLEX_Studio1271 | ||
└───cplex | ||
├───bin | ||
├───include | ||
├───lib | ||
└───python | ||
|
||
# For Gurobi | ||
|
||
Place here the tarball you got from the website, and modify accordingly the files: | ||
../utils/install_gurobi.sh | ||
../utils/activate_gurobi.sh | ||
|
||
Gurobi needs a floating license for Docker instances, (see http://www.gurobi.com/documentation/7.5/quickstart_windows/setting_up_and_using_a_flo.html#subsection:tokenserver) | ||
Once your system administrator set it up, you will need to add your gurobi license server to ../utils/gurobi.lic.template, and rename it to gurobi.lic |