DiaDes  0.1
DIAgnosis of Discrete-Event System
FormulaUtils.hh
Go to the documentation of this file.
1 
8 #ifndef __DIADES__SDMDL_EXPERIMENTAL__FORMULAUTILS__HH__
9 #define __DIADES__SDMDL_EXPERIMENTAL__FORMULAUTILS__HH__
10 
11 #include<list>
14 
15 namespace Diades
16 {
17  namespace Sdmdl
18  {
19  namespace Experimental
20  {
22 
34  void exportToDisjunctiveNormalForm(const Formula & formula,
35  std::list< std::list<Assignment> > & dnf);
36  }
37  }
38 }
39 
40 
41 
42 #endif
43 
Formula class using BDD.
void exportToDisjunctiveNormalForm(const Formula &formula, std::list< std::list< Assignment > > &dnf)
Namespace of the Diades project.