45#ifndef ROL_POLYHEDRALPROJECTION_H
46#define ROL_POLYHEDRALPROJECTION_H
54template<
typename Real>
57 const Ptr<BoundConstraint<Real>>
bnd_;
58 const Ptr<Constraint<Real>>
con_;
Provides the interface to apply upper and lower bound constraints.
Defines the general constraint operator interface.
const Ptr< BoundConstraint< Real > > getBoundConstraint(void) const
const Ptr< Constraint< Real > > con_
Ptr< Vector< Real > > xprim_
const Ptr< BoundConstraint< Real > > bnd_
virtual void project(Vector< Real > &x, std::ostream &stream=std::cout)
Ptr< Vector< Real > > mul_
const Ptr< Vector< Real > > getResidual(void) const
Ptr< Vector< Real > > xdual_
virtual ~PolyhedralProjection()
const Ptr< Vector< Real > > getMultiplier(void) const
Ptr< Vector< Real > > res_
const Ptr< Constraint< Real > > getLinearConstraint(void) const
Defines the linear algebra or vector space interface.