MultiAgentDecisionProcess  Release 0.2.1
BGIP_SolverRandom.h
Go to the documentation of this file.
1 
28 /* Only include this header file once. */
29 #ifndef _BGIP_SOLVERRANDOM_H_
30 #define _BGIP_SOLVERRANDOM_H_ 1
31 
32 /* the include directives */
33 #include <iostream>
34 #include "Globals.h"
35 #include "JointPolicyPureVector.h"
37 
38 
39 
43 class BGIP_SolverRandom : public BayesianGameIdenticalPayoffSolver<JointPolicyPureVector>
44 {
45 private:
46 
47 protected:
48 
49 public:
50  // Constructor, destructor and copy assignment.
51 
56 
57  double Solve();
58 
59 };
60 
61 
62 #endif /* !_BGIP_SOLVERRANDOM_H_ */
63 
64 // Local Variables: ***
65 // mode:c++ ***
66 // End: ***