42 #ifndef REDUCED_HESSIAN_SECANT_UPDATE_LPBFGS_STRATEGY_SET_OPTIONS_H 
   43 #define REDUCED_HESSIAN_SECANT_UPDATE_LPBFGS_STRATEGY_SET_OPTIONS_H 
   45 #include "MoochoPack_ReducedHessianSecantUpdateLPBFGS_Strategy.hpp" 
   46 #include "OptionsFromStreamPack_SetOptionsFromStreamNode.hpp" 
   47 #include "OptionsFromStreamPack_SetOptionsToTargetBase.hpp" 
   49 namespace MoochoPack {
 
   72         ReducedHessianSecantUpdateLPBFGS_Strategy >
 
   79     , 
const char opt_grp_name[] = 
"ReducedHessianSecantUpdateLPBFGS" );
 
   84   void setOption( 
int option_num, 
const std::string& option_value );
 
   90 #endif  // REDUCED_HESSIAN_SECANT_UPDATE_LPBFGS_STRATEGY_SET_OPTIONS_H 
void setOption(int option_num, const std::string &option_value)
Overridden from SetOptionsFromStreamNode. 
Perform BFGS updates on only the free independent (super basic) variables. 
Set options for ReducedHessianSecantUpdateBFGSProjected_Strategy from a OptionsFromStream object...
ReducedHessianSecantUpdateLPBFGS_StrategySetOptions(ReducedHessianSecantUpdateLPBFGS_Strategy *target=0, const char opt_grp_name[]="ReducedHessianSecantUpdateLPBFGS")