]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/ineq-constrained-qp.hh
release: 0.1.1
[lilypond.git] / lily / include / ineq-constrained-qp.hh
index 161bc51f469467d6a3904a746703137e80b19a17..d3cab9322c2c7b85039a127032b179f9f6f6c324 100644 (file)
@@ -31,6 +31,10 @@ public:
       */
     void assert_solution(Vector sol) const;
     /// solve the problem using a projected gradient method
+    Vector constraint_solve(Vector)const;
+    /**
+      Solve it. First try it the easy way.
+     */
     Vector solve(Vector start) const;
     
     /**