RMOL Logo Get Revenue Management Optimisation Library at SourceForge.net. Fast, secure and Free Open Source software downloads
DPOptimiser.hpp
Go to the documentation of this file.
00001 #ifndef __RMOL_BOM_DPOPTIMISER_HPP
00002 #define __RMOL_BOM_DPOPTIMISER_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   
00016 
00018   class DPOptimiser {
00019   public:
00020     
00028     static void optimalOptimisationByDP (const ResourceCapacity_T,
00029                                          BucketHolder&,
00030                                          BidPriceVector_T&);
00031 
00035     static double cdfGaussianQ (const double, const double);
00036   };
00037 }
00038 #endif // __RMOL_BOM_DPOPTIMISER_HPP