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