42 #ifndef QUASI_RANGE_SPACE_STEP_STD_STRATEGY_H
43 #define QUASI_RANGE_SPACE_STEP_STD_STRATEGY_H
45 #include "MoochoPack_QuasiRangeSpaceStep_Strategy.hpp"
47 namespace MoochoPack {
68 ,
const Vector& xo,
const Vector& c_xo, VectorMutable* v
72 void print_step( std::ostream& out,
const std::string& leading_str )
const;
80 #endif // QUASI_RANGE_SPACE_STEP_STD_STRATEGY_H
rSQP Algorithm control class.
Strategy class for computing a quasi-range-space step by solving the approximate range space problem ...
Abstract interface for a strategy object that will compute a step that will approximalty solve a rang...
void print_step(std::ostream &out, const std::string &leading_str) const
Reduced space SQP state encapsulation interface.
bool solve_quasi_range_space_step(std::ostream &out, EJournalOutputLevel olevel, NLPAlgo *algo, NLPAlgoState *s, const Vector &xo, const Vector &c_xo, VectorMutable *v)
Solves the range space problem with the old decomposition at x_k.