Go to the documentation of this file.00001 #include "BackupBeliefValuePairMOMDPLite.h"
00002 #include "exception"
00003 #include <stdexcept>
00004
00005
00006 using namespace std;
00007 BackupBeliefValuePairMOMDPLite::BackupBeliefValuePairMOMDPLite(void)
00008 {
00009 }
00010
00011 BackupBeliefValuePairMOMDPLite::~BackupBeliefValuePairMOMDPLite(void)
00012 {
00013 }
00014
00015 SharedPointer<BeliefValuePair> BackupBeliefValuePairMOMDPLite::backup(BeliefTreeNode * node)
00016 {
00017 throw runtime_error("not implemented");
00018 }