MPS format exporting tool
버전 1.4.0.0 (10.3 KB) 작성자:
Bruno Luong
Convert linear programming problem (MATLAB matrices) to MPS format
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 (2026). MPS format exporting tool (https://kr.mathworks.com/matlabcentral/fileexchange/19618-mps-format-exporting-tool), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R2008a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux카테고리
- Mathematics and Optimization > Optimization Toolbox > Linear Programming and Mixed-Integer Linear Programming >
Help Center 및 MATLAB Answers에서 Linear Programming and Mixed-Integer Linear Programming에 대해 자세히 알아보기
