WPILibC++ 2025.1.1
|
Return value of OptimizationProblem::Solve() containing the cost function and constraint types and solver's exit condition. More...
Public Attributes | |
ExpressionType | costFunctionType = ExpressionType::kNone |
The cost function type detected by the solver. | |
ExpressionType | equalityConstraintType = ExpressionType::kNone |
The equality constraint type detected by the solver. | |
ExpressionType | inequalityConstraintType = ExpressionType::kNone |
The inequality constraint type detected by the solver. | |
SolverExitCondition | exitCondition = SolverExitCondition::kSuccess |
The solver's exit condition. | |
double | cost = 0.0 |
The solution's cost. | |
Return value of OptimizationProblem::Solve() containing the cost function and constraint types and solver's exit condition.
double sleipnir::SolverStatus::cost = 0.0 |
The solution's cost.
ExpressionType sleipnir::SolverStatus::costFunctionType = ExpressionType::kNone |
The cost function type detected by the solver.
ExpressionType sleipnir::SolverStatus::equalityConstraintType = ExpressionType::kNone |
The equality constraint type detected by the solver.
SolverExitCondition sleipnir::SolverStatus::exitCondition = SolverExitCondition::kSuccess |
The solver's exit condition.
ExpressionType sleipnir::SolverStatus::inequalityConstraintType = ExpressionType::kNone |
The inequality constraint type detected by the solver.