glpsol.exe就是主程序了,glpsol.exe主要是通过命令行运行,可以通过 –help 命令了解下他的主要命令: GLPK所使用的编译语言主要是 GNU MathProg language,我主要尝试了 :x1+2*x2; c1:-3*x1+x2<=2; c2:x2<=11; c3:x1-x2<=3; c4:x1<=6; solve; display x1; display x2; end; 可以看出MathProg
(http://www.cs.cmu.edu/~sandholm/restart.MathProg12.pdf) Mathematical Programming 133(1-2), 279-298.
具体有以下: MPS file format CPLEX lp file format LINDO lp file format GNU MathProg file format LPFML XML
具体有以下: MPS file format CPLEX lp file format LINDO lp file format GNU MathProg file format LPFML XML file
具体有以下: MPS file format CPLEX lp file format LINDO lp file format GNU MathProg file format LPFML XML file