summaryrefslogtreecommitdiff
path: root/qlp.hh
diff options
context:
space:
mode:
Diffstat (limited to 'qlp.hh')
-rw-r--r--qlp.hh4
1 files 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