help-octave
[Top][All Lists]
Advanced

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

program of GLPK in octave


From: Jack Franklin
Subject: program of GLPK in octave
Date: Fri, 21 Nov 2008 20:54:59 -0800 (PST)

HI, 

I am doing research in the parallel computing and 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
so that I can call GLPK to solve them ?.

here , X,Y,Z are n-dimension 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
efficiently? 


Thanks, 


Jack 

Nov. 21 2008 

-- 
View this message in context: 
http://www.nabble.com/program-of-GLPK-in-octave-tp20633505p20633505.html
Sent from the Octave - General mailing list archive at Nabble.com.




reply via email to

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