From f6a308655fd372b6b533d7236234198923554ecf Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 14 Oct 1996 20:11:40 +0000 Subject: [PATCH] lilypond-0.0.4 --- qlp.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qlp.hh b/qlp.hh index 54d31910ba..b539fe6b86 100644 --- a/qlp.hh +++ b/qlp.hh @@ -19,7 +19,7 @@ public: /** use a KKT method to assert optimality of sol */ - /// solve the problem using a variable metric method + /// solve the problem using a projected gradient method Vector solve(Vector start) const; int dim() const{ @@ -85,5 +85,5 @@ public: x^T QUAD x /2 + b^T x */ -typedef Mixed_qp Optimisation_problem; + #endif -- 2.39.5