> i am using GNU LPTK for solving multi-commodity trade network > problem. i am able to solve the problem with the help of the gnu > modelling language. but while using 'C' functions to solve the > problem, i end up getting linking error where all the GLPK API based > function are not found. i am working on Win XP OS. Can you suggest > me a solution to the problem ?
Probably you forgot to include the glpk library, glpk.lib, in your project. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
