help-octave
[Top][All Lists]
Advanced

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

Re: how to do linear programming in mpitb\octave


From: Jack Franklin
Subject: Re: how to do linear programming in mpitb\octave
Date: Mon, 24 Nov 2008 15:02:44 -0800 (PST)

Thanks, 

But the example over there is too simple.

I need to do programming in MPITB\octave in order to implement some
algorithm to solve mixed linear 
programming.

I need to call GLPK package from octave.

But, I do not know how to describe the linear programming problem components
for GLPK .

For example, how to describe AX + BY - CZ <=b, and  (AX − BY + CZ) >=  (EX
− FY + DZ) in octave
here, the A,B,C, E,F,D are all large matrix with different dimensions. 

so that I can call GLPK to solve them ?.

here , X,Y,Z are decision variables and  A,B,C, D,E,F are  coefficient
matrices.

I have got some simple examples about GLPK programming but they are very
simple and the matrices are
input by hand.

My LP problem is very large and how can I describe them in octave more
effciently?


Thanks,

Jack

Nov.  24  2008 


xypron wrote:
> 
> 
> Hello Jack,
> 
> the manual for octave with an example for an LP can be found at
> http://www.gnu.org/software/octave/doc/interpreter/Linear-Programming.html
> http://www.gnu.org/software/octave/doc/interpreter/Linear-Programming.html 
> 
> Best regards
> 
> Xypron
> 
> 
> Jack Franklin wrote:
>> 
>> Hi,
>> 
>> I need to do linear programming in mpitb\octave.
>> 
>> I can not find user manual or tuotrial or example program .
>> 
>> Your advices are welcome. 
>> 
>> 
>> thanks,
>> 
>> JACK
>> 
>> Nov. 5  2008 
>> 
> 
> -- 
> View this message in context:
> http://www.nabble.com/how-to-do-linear-programming-in-mpitb%5Coctave-tp20354145p20645917.html
> Sent from the Octave - General mailing list archive at Nabble.com.
> 
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
> 
> 

-- 
View this message in context: 
http://www.nabble.com/how-to-do-linear-programming-in-mpitb%5Coctave-tp20354145p20671870.html
Sent from the Octave - General mailing list archive at Nabble.com.




reply via email to

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