> Hi all, I #39;m new in GLPK. I download glpk-4.42 and I follow the > installation guide (./configure, make ect ect). When I finish this, > what I must do to run a GLPK model file?
Just run the glpsol utility from the command-line as follows: $ glpsol -m foo.mod -d foo.dat If you did 'make install', the glpsol executable must be installed in '/usr/local/bin'; otherwise, if './configure' and 'make' were successful, you can find it in subdirectory 'glpk/examples'. > I search on the net, and in > the doc directory but I don #39;t found anything. How can I do? I > write an AMPL .mod, .dat and .run file but the student license is > restrictive so I use GLPK. I know how translate from AMPL to GLPK but > I don #39;t know how run model file. > Thanks so much for the help > Andrea _______________________________________________ Help-glpk mailing list Help-glpk@gnu.org http://lists.gnu.org/mailman/listinfo/help-glpk