help-octave
[Top][All Lists]
Advanced

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

Re: turning off warning of glpk function in octave


From: Petr Korviny
Subject: Re: turning off warning of glpk function in octave
Date: Mon, 22 Feb 2010 10:34:52 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100218 Shredder/3.0.3pre


On 21.2.2010 23:53, Petr Korviny wrote:
Hi,
I use glpk function to find solution of set of inequalities, if there is no solution, I 
get information in returned STATUS value (number 213) and it's enough for me. But the 
warning "glp_simplex: cannot recover undefined or non-optimal solution" is 
displayed on the screen too. Is there some way to suppress displaying that warning and 
how to do that?

Thanks in advance. Petr
_______________________________________________
Help-octave mailing list
address@hidden
https://www-old.cae.wisc.edu/mailman/listinfo/help-octave

[SOLVED]
Ok, I found it just now. To turn off messages from "glpk" function I must set:
param.msglev = 0;
That's all, my problem is solved.
Petr


reply via email to

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