math/constraint-bound.hpp
Go to the documentation of this file.
1 //
2 // Copyright (c) 2017 CNRS
3 //
4 // This file is part of tsid
5 // tsid is free software: you can redistribute it
6 // and/or modify it under the terms of the GNU Lesser General Public
7 // License as published by the Free Software Foundation, either version
8 // 3 of the License, or (at your option) any later version.
9 // tsid is distributed in the hope that it will be
10 // useful, but WITHOUT ANY WARRANTY; without even the implied warranty
11 // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 // General Lesser Public License for more details. You should have
13 // received a copy of the GNU Lesser General Public License along with
14 // tsid If not, see
15 // <http://www.gnu.org/licenses/>.
16 //
17 
18 #ifndef __invdyn_math_constraint_bound_hpp__
19 #define __invdyn_math_constraint_bound_hpp__
20 
22 
23 namespace tsid {
24 namespace math {
25 
27  public:
28  EIGEN_MAKE_ALIGNED_OPERATOR_NEW
29 
30  ConstraintBound(const std::string& name);
31 
32  ConstraintBound(const std::string& name, const unsigned int size);
33 
34  ConstraintBound(const std::string& name, ConstRefVector lb,
36 
37  unsigned int rows() const override;
38  unsigned int cols() const override;
39  void resize(unsigned int r, unsigned int c) override;
40 
41  bool isEquality() const override;
42  bool isInequality() const override;
43  bool isBound() const override;
44 
45  const Vector& vector() const override;
46  const Vector& lowerBound() const override;
47  const Vector& upperBound() const override;
48 
49  Vector& vector() override;
50  Vector& lowerBound() override;
51  Vector& upperBound() override;
52 
53  bool setVector(ConstRefVector b) override;
54  bool setLowerBound(ConstRefVector lb) override;
55  bool setUpperBound(ConstRefVector ub) override;
56 
57  bool checkConstraint(ConstRefVector x, double tol = 1e-6) const override;
58 
59  protected:
62 };
63 
64 } // namespace math
65 } // namespace tsid
66 
67 #endif // ifndef __invdyn_math_constraint_bound_hpp__
tsid::math::ConstraintBound::lowerBound
const Vector & lowerBound() const override
Definition: src/math/constraint-bound.cpp:66
test_Constraint.ub
ub
Definition: test_Constraint.py:13
tsid::math::ConstraintBound::cols
unsigned int cols() const override
Definition: src/math/constraint-bound.cpp:46
tsid::math::ConstraintBound::checkConstraint
bool checkConstraint(ConstRefVector x, double tol=1e-6) const override
Definition: src/math/constraint-bound.cpp:89
tsid::math::ConstraintBase
Abstract class representing a linear equality/inequality constraint. Equality constraints are represe...
Definition: constraint-base.hpp:35
c
Vec3f c
tsid::math::ConstraintBound
Definition: math/constraint-bound.hpp:26
tsid::math::ConstraintBound::rows
unsigned int rows() const override
Definition: src/math/constraint-bound.cpp:41
tsid::math::ConstraintBase::name
virtual const std::string & name() const
Definition: constraint-base.cpp:33
b
Vec3f b
tsid::math::ConstraintBound::m_lb
Vector m_lb
Definition: math/constraint-bound.hpp:60
r
FCL_REAL r
test_Constraint.tol
int tol
Definition: test_Constraint.py:10
tsid::math::ConstraintBound::isEquality
bool isEquality() const override
Definition: src/math/constraint-bound.cpp:58
size
FCL_REAL size() const
test_Constraint.lb
float lb
Definition: test_Constraint.py:12
constraint-base.hpp
tsid::math::ConstraintBound::m_ub
Vector m_ub
Definition: math/constraint-bound.hpp:61
tsid::math::ConstRefVector
const typedef Eigen::Ref< const Vector > ConstRefVector
Definition: math/fwd.hpp:48
tsid::math::ConstraintBound::vector
const Vector & vector() const override
Definition: src/math/constraint-bound.cpp:62
tsid::math::Vector
Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > Vector
Definition: math/fwd.hpp:35
tsid::math::ConstraintBound::setVector
bool setVector(ConstRefVector b) override
Definition: src/math/constraint-bound.cpp:76
tsid
Definition: bindings/python/constraint/constraint-bound.cpp:21
tsid::math::ConstraintBound::isBound
bool isBound() const override
Definition: src/math/constraint-bound.cpp:60
test_Solvers.x
x
Definition: test_Solvers.py:67
tsid::math::ConstraintBound::setLowerBound
bool setLowerBound(ConstRefVector lb) override
Definition: src/math/constraint-bound.cpp:80
tsid::math::ConstraintBound::setUpperBound
bool setUpperBound(ConstRefVector ub) override
Definition: src/math/constraint-bound.cpp:84
tsid::math::ConstraintBound::ConstraintBound
EIGEN_MAKE_ALIGNED_OPERATOR_NEW ConstraintBound(const std::string &name)
Definition: src/math/constraint-bound.cpp:22
tsid::math::ConstraintBound::isInequality
bool isInequality() const override
Definition: src/math/constraint-bound.cpp:59
tsid::math::ConstraintBound::resize
void resize(unsigned int r, unsigned int c) override
Definition: src/math/constraint-bound.cpp:51
tsid::math::ConstraintBound::upperBound
const Vector & upperBound() const override
Definition: src/math/constraint-bound.cpp:67


tsid
Author(s): Andrea Del Prete, Justin Carpentier
autogenerated on Thu Apr 3 2025 02:47:15