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.
 
 
 
 
 
 
sp 2b074b7162 added slides pdf 3 weeks ago
..
Build_GLPK_with_VC9.bat initial commit 4 weeks ago
Build_GLPK_with_VC9_DLL.bat initial commit 4 weeks ago
Build_GLPK_with_VC10.bat initial commit 4 weeks ago
Build_GLPK_with_VC10_DLL.bat initial commit 4 weeks ago
Build_GLPK_with_VC10_stdcall_DLL.bat initial commit 4 weeks ago
Build_GLPK_with_VC14.bat initial commit 4 weeks ago
Build_GLPK_with_VC14_DLL.bat initial commit 4 weeks ago
Makefile_VC initial commit 4 weeks ago
Makefile_VC_DLL initial commit 4 weeks ago
Makefile_VC_stdcall_DLL initial commit 4 weeks ago
config_VC initial commit 4 weeks ago
glpk_4_65.def initial commit 4 weeks ago
glpk_4_65_stdcall.def initial commit 4 weeks ago
readme.txt initial commit 4 weeks ago

readme.txt

This directory contains batch files and other stuff which you can use

to build GLPK for 32-bit Windows with the native C/C++ compilers.

Before running the batch file do the following:

1. Make sure that you have installed the compiler you are going to use
to build GLPK.

2. Look into corresponding batch file (just right-click it and choose
'Edit' in the popup menu; DO NOT choose 'Open'). Make sure that HOME
variable specifies correct path to the compiler directory; if not,
make necessary changes.

To run the batch file just double-click it and wait a bit while the
Make utility does its job. The message 'OPTIMAL SOLUTION FOUND' in the
MS-DOS window means that all is OK. If you do not see it, something is
wrong.

Once GLPK has been successfully built, there must appear two files in
this directory:

glpk.lib, which is the GLPK object library, and

glpsol.exe, which is the stand-alone GLPK LP/MIP solver.