#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.
| void Bonmin::BonminAmplSetup::initialize | ( | AmplInterface & | toFill, | |
| char **& | argv | |||
| ) |
initialize bonmin with ampl model using the command line arguments and an existing OsiTMINLPInterface.
| 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.
| 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.
| void Bonmin::BonminAmplSetup::fillOsiInterface | ( | AmplInterface & | toFill, | |
| char **& | argv, | |||
| std::string & | options, | |||
| std::string & | nl, | |||
| bool | createContinuousSolver = true | |||
| ) |
For Bcp.
Initialize the passed OsiTMINLP interface with ampl model using the options and nl files contained in two strings.
1.6.1