Marmote Core
The project aims at realizing the prototype of a software environment dedicated to modeling with Markov chains.
|
Public Attributes | |
Etat | voisin |
double | prob |
int | numero |
struct item * | next |
struct item * | last |
struct item* item::last |
pointer to the previous neighbor
struct item* item::next |
pointer to the next neighbor
int item::numero |
number of the state
double item::prob |
probability to reach this state
Etat item::voisin |
description of the neighboring state