Skip to content

Commit

Permalink
thorough consolidation of init/hotstart routines in (S)QProblem(B) cl…
Browse files Browse the repository at this point in the history
…asses to reduce code duplication; initialized homotopy now also available for SQProblem class (though not yet tested)
  • Loading branch information
jferreau committed Jan 9, 2015
1 parent eee4bd9 commit cb2be81
Show file tree
Hide file tree
Showing 7 changed files with 661 additions and 1,283 deletions.
1 change: 0 additions & 1 deletion examples/example1b.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ int main( )
options.enableCholeskyRefactorisation = 1;
example.setOptions( options );

printf( "\ncount = %d\n",example.getCount() );

/* Solve first QP. */
int nWSR = 10;
Expand Down
439 changes: 156 additions & 283 deletions include/qpOASES/QProblem.hpp

Large diffs are not rendered by default.

359 changes: 133 additions & 226 deletions include/qpOASES/QProblemB.hpp

Large diffs are not rendered by default.

336 changes: 150 additions & 186 deletions include/qpOASES/SQProblem.hpp

Large diffs are not rendered by default.

Loading

0 comments on commit cb2be81

Please sign in to comment.