123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <html lang="en">
- <head>
- <title>glpk errors - avram - a virtual machine code interpreter</title>
- <meta http-equiv="Content-Type" content="text/html">
- <meta name="description" content="avram - a virtual machine code interpreter">
- <meta name="generator" content="makeinfo 4.13">
- <link title="Top" rel="start" href="index.html#Top">
- <link rel="up" href="glpk.html#glpk" title="glpk">
- <link rel="prev" href="glpk-output.html#glpk-output" title="glpk output">
- <link rel="next" href="Additional-glpk-notes.html#Additional-glpk-notes" title="Additional glpk notes">
- <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
- <meta http-equiv="Content-Style-Type" content="text/css">
- <style type="text/css"><!--
- pre.display { font-family:inherit }
- pre.format { font-family:inherit }
- pre.smalldisplay { font-family:inherit; font-size:smaller }
- pre.smallformat { font-family:inherit; font-size:smaller }
- pre.smallexample { font-size:smaller }
- pre.smalllisp { font-size:smaller }
- span.sc { font-variant:small-caps }
- span.roman { font-family:serif; font-weight:normal; }
- span.sansserif { font-family:sans-serif; font-weight:normal; }
- --></style>
- </head>
- <body>
- <div class="node">
- <a name="glpk-errors"></a>
- <p>
- Next: <a rel="next" accesskey="n" href="Additional-glpk-notes.html#Additional-glpk-notes">Additional glpk notes</a>,
- Previous: <a rel="previous" accesskey="p" href="glpk-output.html#glpk-output">glpk output</a>,
- Up: <a rel="up" accesskey="u" href="glpk.html#glpk">glpk</a>
- <hr>
- </div>
- <h4 class="subsection">D.4.3 <code>glpk</code> errors</h4>
- <p>Possible error messages are
- <pre class="example"> <'bad glpk specification'>
- </pre>
- <p class="noindent">which means that the input did not conform to the description given above,
- and
- <pre class="example"> <'memory overflow'>
- </pre>
- <p>It is not considered an exceptional condition for no feasible solution
- to exist, and in that case an empty list is returned.
- <p>The <code>glpk</code> documentation gives no assurance as to the correctness
- of reported solutions, so the user should also take the possibility of
- incorrect results into account.
- </body></html>
|