RMOL Logo  1.00.3
C++ library of Revenue Management and Optimisation classes and functions
pyrmol.cpp File Reference
#include <cassert>
#include <stdexcept>
#include <fstream>
#include <sstream>
#include <string>
#include <boost/date_time/gregorian/gregorian.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/python.hpp>
#include <boost/accumulators/accumulators.hpp>
#include <boost/accumulators/statistics.hpp>
#include <stdair/stdair_basic_types.hpp>
#include <stdair/service/Logger.hpp>
#include <rmol/RMOL_Service.hpp>
#include <rmol/config/rmol-paths.hpp>

Go to the source code of this file.

Classes

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

Namespaces

 RMOL
 

Typedefs

typedef unsigned int NbOfRuns_T
 

Functions

 BOOST_PYTHON_MODULE (pyrmol)
 

Typedef Documentation

◆ NbOfRuns_T

typedef unsigned int NbOfRuns_T

Definition at line 26 of file pyrmol.cpp.

Function Documentation

◆ BOOST_PYTHON_MODULE()

BOOST_PYTHON_MODULE ( pyrmol  )

Definition at line 213 of file pyrmol.cpp.

References RMOL::RMOLer::init(), and RMOL::RMOLer::rmol().