MultiAgentDecisionProcess  Release 0.2.1
QFunctionJointBelief.cpp
Go to the documentation of this file.
1 
28 #include "QFunctionJointBelief.h"
30 #include "JointBeliefInterface.h"
31 
32 double QFunctionJointBelief::GetQ(Index jaohI, Index jaI) const
33 {
35  double q=GetQ(*b,jaI);
36  delete b;
37  return(q);
38 }