Marmote Core
The project aims at realizing the prototype of a software environment dedicated to modeling with Markov chains.
marmoteConstants.h
1 #ifndef MARMOTECONSTANTS_H
2 #define MARMOTECONSTANTS_H
3 
8 enum timeType { DISCRETE, CONTINUOUS };
9 
10 #define INFINITE_STATE_SPACE_SIZE -2
11 
12 #endif // MARMOTECONSTANTS_H
13