COIN-OR::LEMON - Graph Library

source: glpk-cmake/w32/readme.txt @ 2:4c8956a7bdf4

Last change on this file since 2:4c8956a7bdf4 was 1:c445c931472f, checked in by Alpar Juttner <alpar@…>, 13 years ago

Import glpk-4.45

  • Generated files and doc/notes are removed
File size: 951 bytes
Line 
1This directory contains batch files and other stuff which you can use
2to build GLPK for 32-bit Windows with the native C/C++ compilers.
3
4Before running the batch file do the following:
5
61. Make sure that you have installed the compiler you are going to use
7   to build GLPK.
8
92. Look into corresponding batch file (just right-click it and choose
10   'Edit' in the popup menu; DO NOT choose 'Open'). Make sure that HOME
11   variable specifies correct path to the compiler directory; if not,
12   make necessary changes.
13
14To run the batch file just double-click it and wait a bit while the
15Make utility does its job. The message 'OPTIMAL SOLUTION FOUND' in the
16MS-DOS window means that all is OK. If you do not see it, something is
17wrong.
18
19Once GLPK has been successfully built, there must appear two files in
20this directory:
21
22glpk.lib, which is the GLPK object library, and
23
24glpsol.exe, which is the stand-alone GLPK LP/MIP solver.
Note: See TracBrowser for help on using the repository browser.