aGrUM  0.14.2
fmdpReader.h File Reference

Definition of abstract classes for file input manipulation of Factored Markov Decision Process. More...

#include <iostream>
#include <string>
#include <agrum/agrum.h>
#include <agrum/FMDP/fmdp.h>
#include <agrum/FMDP/io/fmdpReader_tpl.h>
+ Include dependency graph for fmdpReader.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::FMDPReader< GUM_SCALAR >
 Pure virtual class for reading a FMDP from a file. More...
 

Namespaces

 gum
 gum is the global namespace for all aGrUM entities
 

Detailed Description

Definition of abstract classes for file input manipulation of Factored Markov Decision Process.

Every classe used to read a FMDP from a file, must inherit from FMDPReader.

Author
Jean-Christophe MAGNAN and Pierre-Henri WUILLEMIN

Definition in file fmdpReader.h.