> I'm a student from Moscow State University and I need to use linear > programming in my research. By description Gnu Linear Programming Kit > appeared to be most suitable for my purposes but I've failed to integrate > it to my VC program (I've tried simply to add glpk.lib to my project, but > it conflicts with project default libs).
Hmm... Could you provide diagnostic messages? > Please, how can I use glpk in a > VC7 MFC project? You can download the most recent version of the package, which is 4.37, and compile it with MSVC; see batch files in subdirectory 'w32'. Hope there must be no problem. Glpk distribution can be ftp'ed from ftp://ftp.gnu.org/gnu/glpk/ or from some mirror ftp sites; see http://www.gnu.org/order/ftp.html ; please use a mirror if possible. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
