You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ConvexOptimizationAdapter/src/us/ihmc/convexOptimization/quadraticProgram/SimpleEfficientActiveSetQPSolver.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,16 @@
9
9
10
10
/**
11
11
* Solves a Quadratic Program using a simple active set method.
12
-
* Does not work for problems where having multiple inequality constraints
13
-
* in the active set make the problem infeasible. Seems to work well for
12
+
* Does not work for problems where having multiple inequality constraints
13
+
* in the active set make the problem infeasible. Seems to work well for
14
14
* problems with benign inequality constraints, such as variable bounds.
15
-
*
15
+
*
16
16
* Algorithm is very fast when it can find a solution.
17
-
*
17
+
*
18
18
* Uses the algorithm and naming convention found in MIT Paper
19
19
* "An efficiently solvable quadratic program for stabilizing dynamic locomotion"
20
20
* by Scott Kuindersma, Frank Permenter, and Russ Tedrake.
21
-
*
21
+
*
22
22
* @author JerryPratt
23
23
*
24
24
*/
@@ -99,7 +99,7 @@ public class SimpleEfficientActiveSetQPSolver implements SimpleActiveSetQPSolver
0 commit comments