RMOL Logo  1.00.4
C++ library of Revenue Management and Optimisation classes and functions
RMOL::RMOLer Struct Reference

Wrapper structure around the C++ API, so as to expose a Python API. More...

Public Member Functions

std::string rmol (const int &iRandomDraws, const short &iMethod, const double &iCapacity)
 
 RMOLer ()
 
 RMOLer (const RMOLer &iRMOLer)
 
 ~RMOLer ()
 
bool init (const std::string &iLogFilepath, const short &iCapacity, const bool isBuiltin, const stdair::Filename_T &iInputFilename)
 

Detailed Description

Wrapper structure around the C++ API, so as to expose a Python API.

Definition at line 34 of file pyrmol.cpp.

Constructor & Destructor Documentation

◆ RMOLer() [1/2]

RMOL::RMOLer::RMOLer ( )
inline

Default constructor.

Definition at line 127 of file pyrmol.cpp.

◆ RMOLer() [2/2]

RMOL::RMOLer::RMOLer ( const RMOLer iRMOLer)
inline

Default copy constructor.

Definition at line 131 of file pyrmol.cpp.

◆ ~RMOLer()

RMOL::RMOLer::~RMOLer ( )
inline

Default constructor.

Definition at line 137 of file pyrmol.cpp.

Member Function Documentation

◆ rmol()

std::string RMOL::RMOLer::rmol ( const int &  iRandomDraws,
const short &  iMethod,
const double &  iCapacity 
)
inline

◆ init()

bool RMOL::RMOLer::init ( const std::string &  iLogFilepath,
const short &  iCapacity,
const bool  isBuiltin,
const stdair::Filename_T &  iInputFilename 
)
inline

Wrapper around the search use case.

Definition at line 145 of file pyrmol.cpp.

References RMOL::RMOL_Service::buildSampleBom(), and RMOL::RMOL_Service::parseAndLoad().

Referenced by BOOST_PYTHON_MODULE().


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