33 #ifndef GUM_CNF_GEN_WRITER_H 34 #define GUM_CNF_GEN_WRITER_H 58 template <
typename GUM_SCALAR,
59 template <
typename >
class IApproximationPolicy = ExactPolicy >
61 :
public CNFWriter< GUM_SCALAR, IApproximationPolicy > {
95 void write(
const std::string& filePath,
100 #ifndef GUM_NO_EXTERN_TEMPLATE_CLASS 107 #endif // GUM_NET_WRITER_H
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Class representing the minimal interface for Bayesian Network.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
~GeneralizedCNFWriter() final
Destructor.
<agrum/BN/io/cnf/GeneralizedCNFWriter.h>
void write(std::ostream &output, const IBayesNet< GUM_SCALAR > &bn) final
Writes a Bayesian Network in the output stream using the BN format.
Writes a IBayesNet in the BN format.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
GeneralizedCNFWriter()
Default constructor.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.