help-glpk
[Top][All Lists]
Advanced

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

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


From: Andrew Makhorin
Subject: Re: [Help-glpk] information on how to fill LP model
Date: Mon, 14 May 2007 21:14:09 +0400

> 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!

See some examples in the reference manual, which is included in the
glpk distribution.





reply via email to

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