aGrUM  0.17.1
a C++ library for (probabilistic) graphical models
DSLReader.cpp
Go to the documentation of this file.
1 
24 
25 
26 #ifndef GUM_NO_EXTERN_TEMPLATE_CLASS
27 template class gum::DSLReader< double >;
28 #endif
Pure virtual class for reading a BN from a file.
Definition: DSLReader.h:52