changeset 6417:e25f55e1b226

[project @ 2007-03-20 01:09:03 by jwe]
author jwe
date Tue, 20 Mar 2007 01:09:03 +0000
parents 59a4304b7cc5
children 2efe282221ed
files scripts/optimization/qp.m
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/optimization/qp.m	Thu Mar 15 20:37:44 2007 +0000
+++ b/scripts/optimization/qp.m	Tue Mar 20 01:09:03 2007 +0000
@@ -236,7 +236,6 @@
 	    ub = [];
 	    ctype = repmat ("L", n_in, 1);
 	    [P, dummy, status] = glpk (ctmp, Atmp, btmp, lb, ub, ctype);
-
 	    if ((status == 180 || status == 181 || status == 151)
 		&& all (abs (P(n-n_eq+1:end)) < rtol * (1 + norm (btmp))))
 	      ## We found a feasible starting point