From: fred Date: Mon, 14 Oct 1996 20:11:40 +0000 (+0000) Subject: lilypond-0.0.4 X-Git-Tag: release/1.5.59~7074 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f6a308655fd372b6b533d7236234198923554ecf;p=lilypond.git lilypond-0.0.4 --- 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