WPILibC++ 2025.1.1
Loading...
Searching...
No Matches
SQP.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  sleipnir
 

Functions

SLEIPNIR_DLLEXPORT void sleipnir::SQP (std::span< Variable > decisionVariables, std::span< Variable > equalityConstraints, Variable &f, function_ref< bool(const SolverIterationInfo &info)> callback, const SolverConfig &config, Eigen::VectorXd &x, SolverStatus *status)
 Finds the optimal solution to a nonlinear program using Sequential Quadratic Programming (SQP).