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