26 const unsigned int size)
37 lb.size() == ub.size(),
38 "The size of the lower and upper bound vectors needs to be match!");
43 return (
unsigned int)
m_lb.rows();
48 return (
unsigned int)
m_lb.rows();
53 m_A.setIdentity(r, c);
90 return (x.array() <=
m_ub.array() +
tol).all() &&
91 (x.array() >=
m_lb.array() -
tol).all();
EIGEN_MAKE_ALIGNED_OPERATOR_NEW ConstraintBound(const std::string &name)
Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic > Matrix
bool setUpperBound(ConstRefVector ub)
Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > Vector
void resize(const unsigned int r, const unsigned int c)
unsigned int rows() const
unsigned int cols() const
const Vector & vector() const
bool checkConstraint(ConstRefVector x, double tol=1e-6) const
const Eigen::Ref< const Vector > ConstRefVector
const Vector & lowerBound() const
virtual const std::string & name() const
const Vector & upperBound() const
bool setLowerBound(ConstRefVector lb)
Abstract class representing a linear equality/inequality constraint. Equality constraints are represe...
#define PINOCCHIO_CHECK_INPUT_ARGUMENT(...)
bool setVector(ConstRefVector b)
bool isInequality() const