![]() |
WPILibC++ 2027.0.0-alpha-4
|
Bound constraint metadata. More...
Public Attributes | |
| Eigen::ArrayX< bool > | bound_constraint_mask |
| Which constraints, if any, are bound constraints. | |
| gch::small_vector< std::pair< Scalar, Scalar > > | bounds |
| The tightest bounds on each decision variable. | |
| gch::small_vector< std::pair< Eigen::Index, Eigen::Index > > | conflicting_bound_indices |
| Whether or not the constraints are feasible (given previously encountered bounds). | |
Bound constraint metadata.
| Scalar | Scalar type. |
| Eigen::ArrayX<bool> slp::Bounds< Scalar >::bound_constraint_mask |
Which constraints, if any, are bound constraints.
| gch::small_vector<std::pair<Scalar, Scalar> > slp::Bounds< Scalar >::bounds |
The tightest bounds on each decision variable.
| gch::small_vector<std::pair<Eigen::Index, Eigen::Index> > slp::Bounds< Scalar >::conflicting_bound_indices |
Whether or not the constraints are feasible (given previously encountered bounds).