Base constraint class. More...
#include <ql/math/optimization/constraint.hpp>
Classes | |
class | Impl |
Base class for constraint implementations. More... | |
Public Member Functions | |
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 >()) | |
Protected Attributes | |
ext::shared_ptr< Impl > | impl_ |
Base constraint class.