Home

Awesome

Maros and Meszaros Convex QP Test Problems (MAT Format)

Problem format:

  min   0.5 x'Qx + c'x 
  s.t.  rl <= Ax <= ru,
        lb <=  x <= ub.

Notes

    min  0.5 x'Qx + c'x
    s.t. Ax = b 				
         lb <= x <= ub.

These problems are consistent with the discrption from Maros and Meszaros.

Credits

Function coinRead from OPTI Toolbox is the core of this project. It ultilizes the MPS input function in CoinUtils from COIN-OR project.

Copyright declaration:


Yiming Yan @ The University of Edinburgh

March 12, 2014