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
Generated on Fri Sep 11 06:31:59 2009 for RMOL by Doxygen 1.5.8