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

namespace  RMOL

Typedefs

typedef unsigned int NbOfRuns_T

Functions

 BOOST_PYTHON_MODULE (pyrmol)

Typedef Documentation

◆ NbOfRuns_T

typedef unsigned int NbOfRuns_T

Definition at line 25 of file pyrmol.cpp.

Function Documentation

◆ BOOST_PYTHON_MODULE()

BOOST_PYTHON_MODULE ( pyrmol )

Definition at line 212 of file pyrmol.cpp.

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