44 #ifndef ROL_COMBINEDSTATUSTEST_H 
   45 #define ROL_COMBINEDSTATUSTEST_H 
   60   std::vector<ROL::Ptr<StatusTest<Real> > > 
status_;
 
   76     int size = 
static_cast<int>(
status_.size());
 
   82     for (
int i = 0; i < size; ++i) {
 
State for algorithm class. Will be used for restarts. 
Provides an interface to check status of optimization algorithms. 
std::vector< ROL::Ptr< StatusTest< Real > > > status_
Provides an interface to check two status tests of optimization algorithms. 
void add(const ROL::Ptr< StatusTest< Real > > &status)
bool check(AlgorithmState< Real > &state)
Check algorithm status.