42 #ifndef RSQP_SOLVER_CLIENT_INTERFACE_SET_OPTIONS_H
43 #define RSQP_SOLVER_CLIENT_INTERFACE_SET_OPTIONS_H
45 #include "MoochoPack_NLPSolverClientInterface.hpp"
46 #include "OptionsFromStreamPack_SetOptionsFromStreamNode.hpp"
47 #include "OptionsFromStreamPack_SetOptionsToTargetBase.hpp"
49 namespace MoochoPack {
77 NLPSolverClientInterface >
84 ,
const char opt_grp_name[] =
"NLPSolverClientInterface" );
89 void setOption(
int option_num,
const std::string& option_value );
95 #endif // RSQP_SOLVER_CLIENT_INTERFACE_SET_OPTIONS_H
Set options for NLPSolverClientInterface from an OptionsFromStream object.
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.