This repository contains my solutions to OMAPA (Optimization Modeling: A Practical Approach by Ruhul A. Sarker & Charles S. Newton) problems.
Besides the help-glpk mailing
list, I couldn't find many good resources on writing linear programs in GLPK
(GNU Linear Programming Kit). Hopefully some people will find
my solutions helpful.
make will run all *.mod files and produce *.out files.
make <file>.out will solve a specific <file>.mod.
Similarly, make <file>.lp will convert a GMPL program to a GLPK program.
make clean deletes all generated files.
ESTM 60203 Introduction to Operations
Research (you may have to use an archiving
service to view the example programs)
GLPK Mailing List