> Has there been any thought to some sort of plug-in API in the GLPK code
> so that researchers and others can easily add their research or newly 
> developed LP solution techniques into the GLPK framework?

In principle, there is no need in such plug-in. The application can
obtain all input data from the problem object (glp_prob) with glpk api
routines. The only api routine should be added, which stores the
solution back to the problem object. And may be another, virtual one,
which is defined by the user and called from glpsol as a serial solver.



_______________________________________________
Help-glpk mailing list
Help-glpk@gnu.org
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to