RMOL Logo  1.00.14
C++ library of Revenue Management and Optimisation classes and functions
Loading...
Searching...
No Matches
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 33 of file pyrmol.cpp.

Constructor & Destructor Documentation

◆ RMOLer() [1/2]

RMOL::RMOLer::RMOLer ( )
inline

Default constructor.

Definition at line 126 of file pyrmol.cpp.

Referenced by RMOLer().

◆ RMOLer() [2/2]

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

Default copy constructor.

Definition at line 130 of file pyrmol.cpp.

References RMOLer().

◆ ~RMOLer()

RMOL::RMOLer::~RMOLer ( )
inline

Default constructor.

Definition at line 136 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 144 of file pyrmol.cpp.

Referenced by BOOST_PYTHON_MODULE().


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