9 #ifndef __IPAMPLTNLP_HPP__
10 #define __IPAMPLTNLP_HPP__
118 AmplOption(
const std::string ipopt_option_name,
120 const std::string description);
169 void** nerror = NULL)
212 const std::string ipopt_option_name,
214 const std::string description)
217 new AmplOption(ipopt_option_name, type, description);
276 suffix_handler = NULL,
bool allow_discrete =
false,
278 const char* ampl_option_string = NULL,
279 const char* ampl_invokation_string = NULL,
280 const char* ampl_banner_string = NULL,
281 std::string* nl_file_content = NULL);
356 bool& use_x_scaling,
Index n,
358 bool& use_g_scaling,
Index m,
376 Index* pos_nonlin_vars);
542 const char* ampl_option_string,
543 const char* ampl_invokation_string,
544 const char* ampl_banner_string,
char**& argv);