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
... 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
--
Howie Zhu
_______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
