> So, my questions are: 1) What is the meaning of: "warning: final NL > missing before end of file"
That means that there is no final NL (0x0A) before eof, i.e. your text file is the following: line 1 NL line 2 NL . . . line preceding the last line NL last line EOF > 2) Why glpk didn't get the right solution? (true sol : -184357) Why do you think the right solution is -184357 ? _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
