Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Game Theory AIC
GTLib2
Commits
c80fb9d4
Commit
c80fb9d4
authored
Sep 27, 2018
by
Jakub Rozlivek
Browse files
Added path to Gurobi
parent
7c6613e7
Pipeline
#2281
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
modules/directories.cmake
View file @
c80fb9d4
...
...
@@ -15,4 +15,8 @@ set(WIN86_DIR "C:/Program Files (x86)/IBM/ILOG")
# Path to GLPK, there is not default location
# so it is necessary to set your library location
set
(
GLPK_DIR /home/rozliv/Documents/glpk-4.63
)
set
(
GLPK_DIR /usr/local
)
# Path to GUROBI, there is not default location (but /opt is recommended)
# so it is necessary to set your library location
set
(
GUROBI_DIR /opt/gurobi801/linux64
)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment