RMOL Logo Get Revenue Management Optimisation Library at SourceForge.net. Fast, secure and Free Open Source software downloads

MCOptimiser.hpp

Go to the documentation of this file.
00001 #ifndef __RMOL_BOM_MCUTILS_HPP
00002 #define __RMOL_BOM_MCUTILS_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 // RMOL
00008 #include <rmol/RMOL_Types.hpp>
00009 
00010 namespace RMOL {
00011 
00013   //class Resource;
00014   class BucketHolder;
00015   class PartialSumHolderHolder;
00016 
00018   class MCOptimiser {
00019   public:
00020     
00033     static void optimalOptimisationByMCIntegration (const int K, 
00034                                                     const ResourceCapacity_T,
00035                                                     BucketHolder&,
00036                                                     PartialSumHolderHolder&);
00037   };
00038 }
00039 #endif // __RMOL_BOM_MCUTILS_HPP
SourceForge Logo

Generated on Sun Jun 14 23:33:59 2009 for RMOL by Doxygen 1.5.8