]> git.donarmstrong.com Git - lilypond.git/blobdiff - qlp.hh
release: 0.0.4
[lilypond.git] / qlp.hh
diff --git a/qlp.hh b/qlp.hh
index 54d31910ba4fbf427a36bff0852853ee336dad5d..b539fe6b865798de9a309e9a10c961ec75d72360 100644 (file)
--- 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