This routine calls the glpk library to solve a LP/MIP problem. A typical
LP problem has following s - 资源详细说明
This routine calls the glpk library to solve a LP/MIP problem. A typical
LP problem has following structure:
[min|max] C x
s.t.
Ax ["="|"<="|">="] b
{x <= UB}
{x >= LB}
The calling syntax is:
[XMIN,FMIN,STATUS,EXTRA]=glpkmex(SENSE,C,A,B,CTYPE,LB,UB,... VARTYPE,PARAM,LPSOLVER,SAVE)
This routine calls the glpk library to solve a LP/MIP problem. A typical
LP problem has following s - 源码文件列表