diff scripts/ChangeLog @ 8280:5ee11a81688e

qp.m: convert b <= x <= b and b <= A*x <= b to equality constraints
author Gabriele Pannocchia <g.pannocchia@ing.unipi.it>
date Tue, 28 Oct 2008 12:31:00 -0400
parents 967c15c5e265
children 26f0e69e9f3a
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-28  Gabriele Pannocchia  <g.pannocchia@ing.unipi.it>
+
+	* optimization/qp.m: Convert bounds of the form b <= x <= b and
+	constraints of the form b <= A*x <= b to equality constraints.
+
 2008-10-27  Søren Hauberg  <hauberg@gmail.com>
 
 	* plot/ellipsoid.m: Check nargin == 6, not nargin == 5.