Bonmin  1.7
Public Member Functions
Bonmin::BonminAmplSetup Class Reference

#include <BonAmplSetup.hpp>

Inheritance diagram for Bonmin::BonminAmplSetup:
Bonmin::BonminSetup Bonmin::BabSetupBase

List of all members.

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.

Detailed Description

Definition at line 17 of file BonAmplSetup.hpp.


Member Function Documentation

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.


The documentation for this class was generated from the following file: