42 #ifndef QUASI_RANGE_SPACE_STEP_TAILORED_APPROACH_STRATEGY_H
43 #define QUASI_RANGE_SPACE_STEP_TAILORED_APPROACH_STRATEGY_H
45 #include "MoochoPack_QuasiRangeSpaceStep_Strategy.hpp"
47 namespace MoochoPack {
64 ,
const DVectorSlice& xo,
const DVectorSlice& c_xo, DVectorSlice* v
68 void print_step( std::ostream& out,
const std::string& leading_str )
const;
74 #endif // QUASI_RANGE_SPACE_STEP_TAILORED_APPROACH_STRATEGY_H
rSQP Algorithm control class.
bool solve_quasi_range_space_step(std::ostream &out, EJournalOutputLevel olevel, NLPAlgo *algo, NLPAlgoState *s, const DVectorSlice &xo, const DVectorSlice &c_xo, DVectorSlice *v)
Calls the NLPrSQPTailoredApproach iterface to compute the step.
Abstract interface for a strategy object that will compute a step that will approximalty solve a rang...
Reduced space SQP state encapsulation interface.
Strategy class for computing a quasi range space step for the tailored approach NLP interface...
void print_step(std::ostream &out, const std::string &leading_str) const