help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] New with GLPK


From: Andrew Makhorin
Subject: Re: [Help-glpk] New with GLPK
Date: Thu, 31 Jul 2008 18:25:07 +0400

> With the lpx_load_matrix for example, and other rutines from the
> API, so I wont have to read the data from a file, I pass in the code,
> for example a structure.

If you can compute all lp components, you can pass the data directly to
the solver using glpk api routines. However, if you just need to solve
lp or mip instance, you may write it in MPS or CPLEX LP format and then
run the glpk stand-alone solver to obtain a solution; this is much less
time-consuming than programming in C/C++ with glpk api.





reply via email to

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