help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-glpk] : write, output file, library


From: sam samont
Subject: [Help-glpk] : write, output file, library
Date: Tue, 14 Jun 2011 16:05:16 -0400

Hello,


If we use the exe file (in GLPK), we can redirect output to a file (e.g., an m file) by -- display. In this case, we can write the output solution with a desired format for further analysis. For example:

 

for {i in I, j in J} {printf "X1(%d,%d)=%10.4f; \n", i, j, X1[i,j];}

                           

However, I am using the library (not the exe file); I just want to know which function does this job.


Thanks in advance,


Sam


reply via email to

[Prev in Thread] Current Thread [Next in Thread]