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
Generated on Sat Jun 6 13:48:51 2009 for RMOL by Doxygen 1.5.7.1