[Help-glpk] lp/mip problem data in dimacs-like format

2010-01-07 Thread Andrew Makhorin
Below here is a draft description of dimacs-like format to represent lp/mip problem data. Text files in this format are human-readable and suitable for processing with text tools like sed, gawk, etc., so this format can be used in glpk as a basic low-level format. Any comments are appreciated.

[Help-glpk] Integrating GNU GPLK with .NET

2010-01-07 Thread Greig Oldford
Hi! Looking for some info on how to access GPLK libraries from within a VB.NET framework.  I am doing embedded GIS programming and would like access to the GNU GLPK math libraries for doing optimization.  Any suggestions for starting-points? Greig Hi!Looking for some info on how to access