lemon-project-template-glpk
diff deps/glpk/w32/readme.txt @ 9:33de93886c88
Import GLPK 4.47
author | Alpar Juttner <alpar@cs.elte.hu> |
---|---|
date | Sun, 06 Nov 2011 20:59:10 +0100 |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/deps/glpk/w32/readme.txt Sun Nov 06 20:59:10 2011 +0100 1.3 @@ -0,0 +1,24 @@ 1.4 +This directory contains batch files and other stuff which you can use 1.5 +to build GLPK for 32-bit Windows with the native C/C++ compilers. 1.6 + 1.7 +Before running the batch file do the following: 1.8 + 1.9 +1. Make sure that you have installed the compiler you are going to use 1.10 + to build GLPK. 1.11 + 1.12 +2. Look into corresponding batch file (just right-click it and choose 1.13 + 'Edit' in the popup menu; DO NOT choose 'Open'). Make sure that HOME 1.14 + variable specifies correct path to the compiler directory; if not, 1.15 + make necessary changes. 1.16 + 1.17 +To run the batch file just double-click it and wait a bit while the 1.18 +Make utility does its job. The message 'OPTIMAL SOLUTION FOUND' in the 1.19 +MS-DOS window means that all is OK. If you do not see it, something is 1.20 +wrong. 1.21 + 1.22 +Once GLPK has been successfully built, there must appear two files in 1.23 +this directory: 1.24 + 1.25 +glpk.lib, which is the GLPK object library, and 1.26 + 1.27 +glpsol.exe, which is the stand-alone GLPK LP/MIP solver.