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) |
Wrapper structure around the C++ API, so as to expose a Python API.
Definition at line 33 of file pyrmol.cpp.
|
inline |
Default constructor.
Definition at line 126 of file pyrmol.cpp.
|
inline |
Default copy constructor.
Definition at line 130 of file pyrmol.cpp.
|
inline |
Default constructor.
Definition at line 136 of file pyrmol.cpp.
|
inline |
Wrapper around the optimisation use case.
Definition at line 38 of file pyrmol.cpp.
References RMOL::OptimizationType::HEUR_EMSR, RMOL::OptimizationType::HEUR_EMSRA, RMOL::OptimizationType::HEUR_EMSRB, RMOL::OptimizationType::OPT_DP, RMOL::OptimizationType::OPT_MC, and RMOL::RMOL_Service::optimize().
Referenced by BOOST_PYTHON_MODULE().
|
inline |
Wrapper around the search use case.
Definition at line 144 of file pyrmol.cpp.
References RMOL::RMOL_Service::buildSampleBom(), and RMOL::RMOL_Service::parseAndLoad().
Referenced by BOOST_PYTHON_MODULE().