MPS format exporting tool

版本 1.4.0.0 (10.3 KB) 作者: Bruno Luong
Convert linear programming problem (MATLAB matrices) to MPS format
3.1K 次下载
更新时间 2010/5/2

查看许可证

Build MPS matrix string that contains linear programming problem:

Minimizing (for x in R^n): f(x) = cost'*x, subject to
A*x <= b (LE)
Aeq*x = beq (EQ)
L <= x <= U (BD).

Only single rhs (b and beq) is supported.

The MPS file format was introduced for an IBM program, but has also been
accepted by most subsequent linear programming codes.

To learn about MPS format, please see:
http://lpsolve.sourceforge.net/5.5/mps-format.htm
http://www-fp.mcs.anl.gov/OTC/Guide/OptWeb/continuous/constrained/linearprog/mps.html

引用格式

Bruno Luong (2024). MPS format exporting tool (https://www.mathworks.com/matlabcentral/fileexchange/19618-mps-format-exporting-tool), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2008a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Linear Programming and Mixed-Integer Linear Programming 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.4.0.0

Extended MPS with quadratic term

1.2.0.0

Integer/Binary formulation supported

1.1.0.0

Better handling sparse matrix

1.0.0.0

Improved number formatting (one more digit accuracy in some circumtances)