#include <BonAmplSetup.hpp>


Public Member Functions | |
| void | initialize (char **&argv) |
| initialize bonmin with ampl model using the command line arguments. | |
| void | initialize (AmplInterface &toFill, char **&argv) |
| 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 strings. | |
| 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 reading options and nl file from strings. | |
| void | fillOsiInterface (AmplInterface &toFill, char **&argv, std::string &options, std::string &nl, bool createContinuousSolver=true) |
| For Bcp. | |
Definition at line 17 of file BonAmplSetup.hpp.
| void Bonmin::BonminAmplSetup::initialize | ( | char **& | argv | ) |
initialize bonmin with ampl model using the command line arguments.
Definition at line 14 of file BonAmplSetup.cpp.
| void Bonmin::BonminAmplSetup::initialize | ( | AmplInterface & | toFill, | |
| char **& | argv | |||
| ) |
initialize bonmin with ampl model using the command line arguments and an existing OsiTMINLPInterface.
Definition at line 36 of file BonAmplSetup.cpp.
| void Bonmin::BonminAmplSetup::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 strings.
Definition at line 54 of file BonAmplSetup.cpp.
| void Bonmin::BonminAmplSetup::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 reading options and nl file from strings.
Definition at line 68 of file BonAmplSetup.cpp.
| void Bonmin::BonminAmplSetup::fillOsiInterface | ( | AmplInterface & | toFill, | |
| char **& | argv, | |||
| std::string & | options, | |||
| std::string & | nl, | |||
| bool | createContinuousSolver = true | |||
| ) |
For Bcp.
Usefull for Bcp.
Initialize the passed OsiTMINLP interface with ampl model using the options and nl files contained in two strings.
Definition at line 83 of file BonAmplSetup.cpp.
1.6.1