%-------------------------------------------------------------------------------
% UF Sparse Matrix Collection, Tim Davis
% http://www.cise.ufl.edu/research/sparse/matrices/Meszaros/nl
% name: Meszaros/nl
% [linear programming problem, C. Meszaros test set]
% id: 1739
% date: 2004
% author: 
% ed: C. Meszaros
% fields: name title id kind date author ed A b aux notes
% aux: c lo hi z0
% kind: linear programming problem
%-------------------------------------------------------------------------------
% notes:
% http://www.sztaki.hu/~meszaros/public_ftp/lptestset      
% Converted to standard form via Resende and Veiga's mpsrd:
% minimize c'*x, subject to A*x=b and lo <= x <= hi        
%-------------------------------------------------------------------------------
