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

PartialSumList.hpp

Go to the documentation of this file.
00001 #ifndef __RMOL_PARTIALSUMLIST_HPP
00002 #define __RMOL_PARTIALSUMLIST_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 // STL
00008 #include <list>
00009 #include <vector>
00010 
00011 namespace RMOL {
00012 
00022   typedef std::vector<double> PartialSumList_T;
00023   
00029   typedef std::list<PartialSumList_T> DemandSimulationPartialSum_T;
00030   
00031 }
00032 #endif // __RMOL_PARTIALSUMLIST_HPP
SourceForge Logo

Generated on Sat Sep 26 13:13:51 2009 for RMOL by Doxygen 1.6.1