Skip to content

Commit

Permalink
editing MSVC README.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Groer committed Aug 31, 2013
1 parent a985b54 commit bcbe165
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion MSVC/README.txt
Expand Up @@ -4,4 +4,10 @@ GLPK (open source) and CPLEX (not open source). If you have
both GLPK and CPLEX, then it should be straightforward to
add the appropriate paths and libs to the project properties
by just editing what is in there now as that is specific
to a particular machine with the paths, etc.
to a particular machine with the paths, etc.

Here is a compile line for CPX_solve_wis :
g++ CPX_solve_wis.cpp -O2 -g -I../../lib_graphd/inc
-I/opt/ibm/ILOG/CPLEX_Studio125/cplex/include/
-L/opt/ibm/ILOG/CPLEX_Studio125/cplex/lib/x86-64_sles10_4.1/static_pic/
-L../../lib/ -lgraphd -lpthread -lcplex -lglpk

0 comments on commit bcbe165

Please sign in to comment.