Bonmin::BonminAmplSetup Class Reference

#include <BonAmplSetup.hpp>

Inheritance diagram for Bonmin::BonminAmplSetup:
Inheritance graph
[legend]
Collaboration diagram for Bonmin::BonminAmplSetup:
Collaboration graph
[legend]

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.

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.


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

Generated on 16 Feb 2012 by  doxygen 1.6.1