]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/ineq-constrained-qp.cc
release: 0.1.59
[lilypond.git] / lily / ineq-constrained-qp.cc
index f1cfebfdd2089a239ebeb34e8d7658234561b8b8..4ff8adcc20e460a6ae833d6271567059e856a6d1 100644 (file)
@@ -12,7 +12,7 @@
 #include "main.hh"
 
 /*
-  MAy be this also should go into a library
+  May be this also should go into a library
  */
 
 const int MAXITER=100;         // qlpsolve.hh
@@ -113,10 +113,6 @@ Ineq_constrained_qp::constraint_solve (Vector start) const
   if (!dim())
     return Vector (0);
 
-  // experimental
-  if (quad_.dim() > 10)
-    quad_.try_set_band();
-
   Active_constraints act (this);
   act.OK();