42 #ifndef RSQP_ALGO_CONVERSION_H
43 #define RSQP_ALGO_CONVERSION_H
48 namespace MoochoPack {
53 {
return dynamic_cast<NLPAlgo&
>(algo); }
58 {
return dynamic_cast<const NLPAlgo&
>(algo); }
62 #endif // RSQP_ALGO_CONVERSION_H
rSQP Algorithm control class.
Acts as the central hub for an iterative algorithm.
NLPAlgo & rsqp_algo(Algorithm &algo)
Convert from a Algorithm to a NLPAlgo.