/omapa-solutions

Solutions to "Optimization Modelling: A Practical Approach" by Ruhul Amin Sarker & Charles S. Newton

Primary LanguageAMPLGNU General Public License v3.0GPL-3.0

OMAPA Solutions

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.

Targets

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.

Other Good Resources

ESTM 60203 Introduction to Operations Research (you may have to use an archiving service to view the example programs)
GLPK Mailing List