Now I want to include glpk library to a Visual Studio C++ project that is compiled with Makefile. I am confused that glpk library is a static or dynamic library since it contains both of .dll and .lib files.
So, I do not know how to add glpk library to my project.
I would appreciate if you can give any advice on this problem.