Marmote Core
The project aims at realizing the prototype of a software environment dedicated to modeling with Markov chains.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations
libPsi.h
1 #include <string>
2 
3 
4 using namespace std;
5 
6 //from PSI/psi_alias.cpp
7 void precomputation(const string path,const string file_out,const string ext);
8 void traj(const string path,const string file_out,int state,const int length);
9 int main_psi_traj(int argc,char **argv);
10