42 #ifndef RSQP_SOLVER_CLIENT_INTERFACE_SET_OPTIONS_H
43 #define RSQP_SOLVER_CLIENT_INTERFACE_SET_OPTIONS_H
49 namespace MoochoPack {
77 NLPSolverClientInterface >
84 ,
const char opt_grp_name[] =
"NLPSolverClientInterface" );
95 #endif // RSQP_SOLVER_CLIENT_INTERFACE_SET_OPTIONS_H
Set options for NLPSolverClientInterface from an OptionsFromStream object.
Templated node class manipulating a reference to a target object who will have its options set...
NLPSolverClientInterface & target()
NLPSolverClientInterfaceSetOptions(NLPSolverClientInterface *target=0, const char opt_grp_name[]="NLPSolverClientInterface")
void setOption(int option_num, const std::string &option_value)
Overridden from SetOptionsFromStreamNode.
This is the most basic interface that clients use to solve an NLP.
Node class for setting options from a stream.
const std::string & option_value(OptionsGroup::const_iterator &itr)