This bug report pertains to the octave binary for Macs, 'octave-3.2.3-i386.dmg' available for download from octave.sourceforge.net.

My computer is running Mac OS X 10.5.7

The following sequence of calls to glpk to solve a small (8x48) linear programming problem hangs:

epun:/tmp> octave
octave-3.2.3:1> global A b c
octave-3.2.3:2> load "Abc.out"; # file Abc.out is attached.
octave-3.2.3:3> [y, fmin, status, extra] = glpk( c, A, b )
(no output -- hangs)

The above LP problem is reportedly solved correctly by octave 3.2.3 run on a Linux computer (see http://savannah.gnu.org/bugs/?30460 ).

Is there a quick fix to this problem (besides compiling from source on my computer ... That seems mind-bogglingly complicated to me).

Mahesh








Attachment: Abc.out
Description: Binary data

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to