We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c0be8 commit 750f665Copy full SHA for 750f665
ocs2_ipm/include/ocs2_ipm/IpmSolver.h
@@ -67,6 +67,8 @@ class IpmSolver : public SolverBase {
67
68
void getPrimalSolution(scalar_t finalTime, PrimalSolution* primalSolutionPtr) const override { *primalSolutionPtr = primalSolution_; }
69
70
+ const DualSolution* getDualSolution() const override { return &dualIneqTrajectory_; }
71
+
72
const ProblemMetrics& getSolutionMetrics() const override { return problemMetrics_; }
73
74
size_t getNumIterations() const override { return totalNumIterations_; }
0 commit comments