虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

您现在的位置是:虫虫下载站 > 资源下载 > 人工智能/神经网络 > 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 s

  • 资源大小:490 K
  • 上传时间: 2014-12-01
  • 上传用户:focuslocus
  • 资源积分:2 下载积分
  • 标      签: problem following routine library

资 源 简 介

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)

相 关 资 源