lemon-project-template-glpk
annotate 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 |
rev | line source |
---|---|
alpar@9 | 1 This directory contains batch files and other stuff which you can use |
alpar@9 | 2 to build GLPK for 32-bit Windows with the native C/C++ compilers. |
alpar@9 | 3 |
alpar@9 | 4 Before running the batch file do the following: |
alpar@9 | 5 |
alpar@9 | 6 1. Make sure that you have installed the compiler you are going to use |
alpar@9 | 7 to build GLPK. |
alpar@9 | 8 |
alpar@9 | 9 2. Look into corresponding batch file (just right-click it and choose |
alpar@9 | 10 'Edit' in the popup menu; DO NOT choose 'Open'). Make sure that HOME |
alpar@9 | 11 variable specifies correct path to the compiler directory; if not, |
alpar@9 | 12 make necessary changes. |
alpar@9 | 13 |
alpar@9 | 14 To run the batch file just double-click it and wait a bit while the |
alpar@9 | 15 Make utility does its job. The message 'OPTIMAL SOLUTION FOUND' in the |
alpar@9 | 16 MS-DOS window means that all is OK. If you do not see it, something is |
alpar@9 | 17 wrong. |
alpar@9 | 18 |
alpar@9 | 19 Once GLPK has been successfully built, there must appear two files in |
alpar@9 | 20 this directory: |
alpar@9 | 21 |
alpar@9 | 22 glpk.lib, which is the GLPK object library, and |
alpar@9 | 23 |
alpar@9 | 24 glpsol.exe, which is the stand-alone GLPK LP/MIP solver. |