On Wed, 21 Jul 2010, Silly Me wrote:

On Wed, 21 Jul 2010, Serveh Shalmashi wrote:

I am using GLPK under octave interface for a mixed integer programming problem, however when running the solver I am facing the following error:

Assertion failed: a != a

The implication is that a is a NaN (not a number).

Oops.  For some reason, I read the condition as a==a.
Nevermind.
assert(0) would also have done the trick.

--
Michael   [email protected]
"Pessimist: The glass is half empty.
Optimist:   The glass is half full.
Engineer:   The glass is twice as big as it needs to be."

_______________________________________________
Help-glpk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to