MultiAgentDecisionProcess  Release 0.2.1
PerseusBGPlanner.h
Go to the documentation of this file.
1 
28 /* Only include this header file once. */
29 #ifndef _PERSEUSBGPLANNER_H_
30 #define _PERSEUSBGPLANNER_H_ 1
31 
32 /* the include directives */
33 #include <iostream>
34 #include "Globals.h"
35 
36 #include "AlphaVectorBG.h"
38 
43 {
44 private:
45 
48  BackupStage(const BeliefSet &S,
49  const QFunctionsDiscrete &V) const;
50 
52  BackupStageAll(const BeliefSet &S,
53  const QFunctionsDiscrete &V) const;
54 
57  const QFunctionsDiscrete &V) const;
60  const QFunctionsDiscrete &V) const;
61 
63 
64 protected:
65 
66 public:
67 
68  // Constructor, destructor and copy assignment.
71  const QAVParameters& params);
72 
74 
77 
78 };
79 
80 
81 #endif /* !_PERSEUSBGPLANNER_H_ */
82 
83 // Local Variables: ***
84 // mode:c++ ***
85 // End: ***