Skip to content

Commit

Permalink
define the OSQP solver as the default solver
Browse files Browse the repository at this point in the history
  • Loading branch information
VenusPasandi committed Oct 12, 2022
1 parent a376692 commit c3bfe1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/+mwbs/@Contacts/Contacts.m
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
% PLACE AND DATE: <Genoa, March 2022>

properties (Constant)
useOSQP = false; % Use the OSQP solver instead of quadprog for the optim. prob. computing the reaction forces at the feet
useQPOASES = true; % Use the QPOASES solver instead of quadprog for the optim. prob. computing the reaction forces at the feet
useOSQP = true; % Use the OSQP solver instead of quadprog for the optim. prob. computing the reaction forces at the feet
useQPOASES = false; % Use the QPOASES solver instead of quadprog for the optim. prob. computing the reaction forces at the feet
end

properties (SetAccess = immutable)
Expand Down

0 comments on commit c3bfe1b

Please sign in to comment.