Go to the documentation of this file.
10 #ifndef BonAmplSetup_H
11 #define BonAmplSetup_H
25 void initialize(
char **& argv, std::string& opt_file_content, std::string& nl_file_content,
bool createContinuousSolver );
27 void initialize(
AmplInterface &toFill,
char **& argv, std::string& opt_file_content, std::string& nl_file_content,
bool createContinuousSolver =
true);
Ipopt::SmartPtr< Ipopt::OptionsList > options()
Acces list of Options.
void initialize(AmplInterface &toFill, char **&argv)
initialize bonmin with ampl model using the command line arguments and an existing OsiTMINLPInterface...
(C) Copyright International Business Machines Corporation 2007
Class for providing an Osi interface to Ipopt with an ampl nl file as input.
void fillOsiInterface(AmplInterface &toFill, char **&argv, std::string &options, std::string &nl, bool createContinuousSolver=true)
For Bcp.
void initialize(char **&argv)
initialize bonmin with ampl model using the command line arguments.
void initialize(AmplInterface &toFill, char **&argv, std::string &opt_file_content, std::string &nl_file_content, bool createContinuousSolver=true)
initialize bonmin with ampl model using the command line arguments and an existing OsiTMINLPInterface...
void initialize(char **&argv, std::string &opt_file_content, std::string &nl_file_content, bool createContinuousSolver)
initialize bonmin with ampl model using the command line arguments reading options and nl file from s...