MultiAgentDecisionProcess  Release 0.2.1
ParserTOIDecMDPDiscrete.cpp
Go to the documentation of this file.
1 
30 
31 //Default constructor
34  *problem) :
35  _m_problem(problem)
36 {
37 }
38 
40 {
42  parser.Parse();
43 
45 }