> Hello, > I'm extremely new to using the GLPK and I'm having a bit of trouble > modeling a problem. I don't know if this list accepts attachments, > but a pdf containing the Linear Program that I am attempting to model > is attached to this message. Any help/hints/pointers etc. would be > greatly appreciated! > > - Scott
You can write your model in GNU MathProg language (a subset of AMPL) in a straightforward way and then solve it with glpsol. For more details see the documentation and examples included in the glpk distribution. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
