![]() |
Sleipnir C++ API
|
#include <sleipnir/optimization/solver/util/bounds.hpp>
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 |
Bound constraint metadata.
| Scalar | Scalar type. |
| 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).