Constraint enforcing both given sub-constraints More...
#include <ql/math/optimization/constraint.hpp>
Public Member Functions | |
CompositeConstraint (const Constraint &c1, const Constraint &c2) | |
![]() | |
bool | empty () const |
bool | test (const Array &p) const |
Array | upperBound (const Array ¶ms) const |
Array | lowerBound (const Array ¶ms) const |
Real | update (Array &p, const Array &direction, Real beta) const |
Constraint (const ext::shared_ptr< Impl > &impl=ext::shared_ptr< Impl >()) | |
Additional Inherited Members | |
![]() | |
ext::shared_ptr< Impl > | impl_ |
Constraint enforcing both given sub-constraints