DiaDes  0.1
DIAgnosis of Discrete-Event System
BddUtils.hh
Go to the documentation of this file.
1 #ifndef __DIADES__SDMDL__BDDUTILS__HH
2 #define __DIADES__SDMDL__BDDUTILS__HH
3 
4 #include<vector>
5 
13 namespace Diades
14 {
15  namespace Sdmdl
16  {
17 
18 
37  void encodeCubes(int m, int n,std::vector< std::vector<int> > & result,int index);
38 
39  };
40 };
41 
42 #endif
Namespace of the Diades project.
void encodeCubes(int m, int n, std::vector< std::vector< int > > &result, int index)