Contents
Abstract:
MINOS is a Fortran 77 package for solving large-scale linear and nonlinear optimization problems. MATLAB is a widely used scientific programming language. This report documents two sets of files that link MINOS and MATLAB. MINOS is normally run as a stand-alone Fortran program, or is called from a Fortran or C driver. Nonlinear objective and constraint functions (and their gradients) are defined by user-written subroutines funobj and funcon. Here we provide further options to MATLAB users. The first set of files allows the nonlinear functions to be defined by MATLAB M-files funobj.m and funcon.m. The second set of files allows MINOS to be called from MATLAB as an M-file minos.m. This is suitable for solving both linear and nonlinear programs from within MATLAB. The nonlinear functions
Citations
| 63 | MINOS 5.4 User’s Guide – Murtagh, Saunders - 1995 |
| 12 | Numerical Methods for Nonlinearly Constrained Optimization – Wright - 1976 |

