help-glpk
[Top][All Lists]
Advanced

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

[Help-glpk] information on how to fill LP model


From: Howie Zhu
Subject: [Help-glpk] information on how to fill LP model
Date: Mon, 14 May 2007 19:42:42 +0400

Hi, I am new with GLPK, 

and I can #39;t seems to find any examples on how to fill an LP model

 

I am wondering if you guys will have sample code to 

 

 GlpkSolver solver = new GlpkSolver();
      ... fill LP model
      solver.simplex();   // LP solver
      solver.integer();   // ILP solver
      ... obtain results
 

do fill LP model and to obtain results.


any help will be nice!

 

Thank you
-- 
Howie Zhu 

 
Hi, I am new with GLPK,
and I can't seems to find any examples on how to fill an LP model
 
I am wondering if you guys will have sample code to
 
 GlpkSolver solver = new GlpkSolver();
      ... fill LP model
      solver.simplex();   // LP solver
      solver.integer();   // ILP solver
      ... obtain results
 
do fill LP model and to obtain results.
any help will be nice!
 
Thank you
--
Howie Zhu

reply via email to

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