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



_______________________________________________
Help-glpk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to