The source code and dockerfile for the GSW2024 AI Lab.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

24 lines
951 B

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