00001 #include "BackupAlphaPlaneMOMDPLite.h" 00002 #include "exception" 00003 #include <stdexcept> 00004 00005 00006 using namespace std; 00007 BackupAlphaPlaneMOMDPLite::BackupAlphaPlaneMOMDPLite(void) 00008 { 00009 } 00010 00011 BackupAlphaPlaneMOMDPLite::~BackupAlphaPlaneMOMDPLite(void) 00012 { 00013 } 00014 SharedPointer<AlphaPlane> BackupAlphaPlaneMOMDPLite::backup(BeliefTreeNode * node) 00015 { 00016 throw runtime_error("not implemented"); 00017 }