help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] a problem regarding status


From: Andrew Makhorin
Subject: Re: [Help-glpk] a problem regarding status
Date: Wed, 24 Mar 2010 20:11:55 +0300

> I got a status=111 when solving a prolem in matlab.� The glpk-help
> text doesn't�provide any explanation�to status=111.
> Would you�help me understand the situation?

Please note that glpkmex is a separate project. Probably you should
post your question to the bug tracker of the glpkmex project:
http://sourceforge.net/projects/glpkmex/support

Looking through glpkcc.cpp I found that the status returned is the
original glpk error number plus 100. Thus, in your case the original
error number is 11 (GLP_ENODFS) meaning that the LP problem instance
has no dual feasible solution (only if the LP presolver is used).





reply via email to

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